Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 VerticalSplitPanel 拆分两个面板。我想为给定的小部件设置最小允许大小。
不能将其关联的拆分器拖到使其小于此大小的位置。
谢谢。
此面板已弃用。请改用 SplitLayoutPanel。
使用 .setWidgetMinSize() 设置子小部件的最小宽度。