I am currently creating a list of dropdown buttons and I’m having issues figuring out how I can only make the buttons below a button move down. (A video of what happens will be below)
Right now I have a script in the top two buttons that change my UIListLayout’s padding 100 more than it is normal but that is affecting all of the buttons.
Video:
If you could provide ways that this could be done that would be awesome.
I think your solution is using scrollable frame and set the property “Scrollable Enabled” To False
1 Like
Make a Frame that encapsulates both the drop down and the button. Then, turn on AutomaticSize
on the Y
axis for the frame. This way, when the drop down is created the frame will resize and the other frames will move.
In theory, this would work but when I do this it makes the frame larger regardless of whether the dropdown is visible.
1 Like
You could parent and reparent instead of visible and not visible.
1 Like