如何更改灵活列布局中的列 width/ratio?
How to change the column width/ratio in Flexible Column Layout?
灵活列布局中两列的预定义比率 sap.f.LayoutType
是
- 67/33/-
TwoColumnsBeginExpanded
- 33/67/-
TwoColumnsMidExpanded
有没有办法更改列的 ratio/width?
我想要 50%/50% 的比例,但根据 Documentation
似乎不可能
Although the FlexibleColumnLayout can display 2 or 3 pages at one
time, they can never have equal width (50%/50% or 33%/33%/33%). One of
the pages is always larger (expanded) or even takes up the full width
of the control (fullscreen). This is intentional because users should
have a clear indication of what to focus their attention on at any
given moment, for example, a list of items, one particular item, one
item’s details.
现在我正在使用 sap.ui.layout.ResponsiveSplitter。
灵活列布局中两列的预定义比率 sap.f.LayoutType
是
- 67/33/-
TwoColumnsBeginExpanded
- 33/67/-
TwoColumnsMidExpanded
有没有办法更改列的 ratio/width?
我想要 50%/50% 的比例,但根据 Documentation
似乎不可能Although the FlexibleColumnLayout can display 2 or 3 pages at one time, they can never have equal width (50%/50% or 33%/33%/33%). One of the pages is always larger (expanded) or even takes up the full width of the control (fullscreen). This is intentional because users should have a clear indication of what to focus their attention on at any given moment, for example, a list of items, one particular item, one item’s details.
现在我正在使用 sap.ui.layout.ResponsiveSplitter。