mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 15:52:56 +08:00
2.5 KiB
2.5 KiB
Compositions
GacUI offer a rich set of predefined compositions including:
- Bounds: Allow specifying absolute or relation location to the parent.
- Stack+StackItem: Locate children from one side to another.
- Flow+FlowItem: Locale children from one side to another, and create a new line when the space is not enough.
- RepeatStackandRepeatFlow:StackandFlowwith data binding, which maintainStackItemandFlowItemin real-time by observing a collection.
- Table+Cell+RowSplitter+ColumnSplitter: Local children inside a table with sizing configuration of rows and columns.
- SharedSizeRoot+SharedSizeItem: Categorize items inside a root, and keep items in the same size if they are in the same category
- Responsiveseries: Locale children in different ways according to the size of the parent.
Bounds
- Source code:kb_compositions

Stack
- Source code:kb_compositions

Flow
- Source code:kb_compositions

Table
- Source code:kb_compositions

SharedSize
- Source code:kb_compositions

Responsive series
Ribbon:
Responsive Layout:
