StackPanel Border

Hello Community !
How can I change border color of a GUI StackPanel ?
I reviewed the documentation but nothing helped me
I tried using CreateStyle and by adding borderPanel property but none of these worked

Any suggestion will be appreciated , Thank you

Hi,
I believe this is not part of it. Either use a rectangle or a control.
Probably you could tweek it using the highlightLineWidth and color but I really don’t see an interest in doing that.
The rectangle is also a container and will mostly act the same as a stackpanel. Except you can set ‘thickness’ to create a border on a rectangle.

1 Like