- Joined
- Nov 17, 2014
- Messages
- 4,906
- Thread Author
- #1

I think you can fix that by proper sizing of the accordeon contents. Set the min size of the scrollpane content (the accordeon or its children) to pref size, and set the pref size to be computed.
This way, the pref size gets calculated based on the children, and the pane can not be sized to anything smaller that that computed size. PLUS, the content would not unnecessarily fill the scrollpane, and the scrollbars would be hidden.
Of course idk how you implemented this, but it looks like it could be enhanced by the things above.
@Arbiter