Name | Description | |
---|---|---|
![]() | NTableFlowLayout Constructor | Default constructor |
The following tables list the members exposed by NTableFlowLayout.
Name | Description | |
---|---|---|
![]() | NTableFlowLayout Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | ColFillModeProperty | Reference to the ColFillMode property |
![]() ![]() | ColFitModeProperty | Reference to the ColFitMode property |
![]() ![]() | MaxOrdinalProperty | Reference to the MaxOrdinal property |
![]() ![]() | NTableFlowLayoutSchema | Schema associated with NTableLayout |
![]() ![]() | RowFillModeProperty | Reference to the RowFillMode property |
![]() ![]() | RowFitModeProperty | Reference to the RowFitMode property |
Name | Description | |
---|---|---|
![]() | ColFillMode | Gets or sets the mode in which the layout fills the available area in the cols dimension. |
![]() | ColFitMode | Gets or sets the mode in which the layout fits into the available area in the cols dimension. |
![]() | MaxOrdinal | Gets or sets the maximum number of items in a single lane. If the Direction is set to LeftToRight or RightToLeft, the MaxOrdinal specifies the column count. If the Direction is set to TopToBottom or BottomToTop, the MaxOrdinal specifies the row count. By default set to 10. |
![]() | RowFillMode | Gets or sets the mode in which the layout fills the available area in the rows dimension. |
![]() | RowFitMode | Gets or sets the mode in which the layout fits into the available area in the rows dimension. |
Name | Description | |
---|---|---|
![]() | ArrangeBoxes | Overridden. Overriden to perform the flow layout algorithm |
![]() | MeasureBoxes | Overridden. Measures the desired size of the boxes |