0

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.

Tushar Ahirrao
  • 12,669
  • 17
  • 64
  • 96

1 Answers1

1

This panel is deprecated. Use SplitLayoutPanel instead.

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

Andrei Volgin
  • 40,755
  • 6
  • 49
  • 58