SWT FillLayout 是否支持横向放置宽度不均匀的控件?
Does SWT FillLayout support laying controls of uneven width horizontally?
我想使用 FillLayout
构建一个水平按钮栏。但是,布局显示的按钮宽度均匀。我知道我可以使用 GridLayout
来实现我的目标。但是,我想知道 FillLayout
是否可以达到同样的效果。
FillLayout
JavaDoc 说:
FillLayout is the simplest layout class. It lays out controls in a
single row or column, forcing them to be the same size.
我想使用 FillLayout
构建一个水平按钮栏。但是,布局显示的按钮宽度均匀。我知道我可以使用 GridLayout
来实现我的目标。但是,我想知道 FillLayout
是否可以达到同样的效果。
FillLayout
JavaDoc 说:
FillLayout is the simplest layout class. It lays out controls in a single row or column, forcing them to be the same size.