Question

I am using VerticalSplitPanel to split two panel. I want to set the minimum allowable size for the given widget.

Its associated splitter cannot be dragged to a position that would make it smaller than this size.

Thanks.

Was it helpful?

Solution

This panel is deprecated. Use SplitLayoutPanel instead.

Use .setWidgetMinSize() to set the minimum width of a child widget.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top