Hello, I’m making Command Panel where you can expand command to see description and Roles that can use this command (something familiar to PSX Command Panel).
Problem is with setting UIListLayout/UIGridLayout. Frames are on each other.
I tried to make one frame which stores Button and Info (It works) but Scroller doesn’t expand.
Scrollbar doesn’t expand after reaching more than 2 frames. AutomaticSize applied to frames is invisible for Scrollbar. It expands after reaching 6 frames and it looks like this:
It’s not problem with CanvasSize, It’s problem with Template frame.
Size of Template frame doesn’t changes and it stays {1,0},{0.175,0} even with setted AutomaticSize to Y
I think that’s normal. The Size doesnt affect the true size when using AutomaticSize. Please try changing the CanvasSize as I had mentioned, it’s worth a try if you haven’t already.