Name | Description | |
---|---|---|
NTableFlowCategoryEditor Constructor | Default constructor. |
The following tables list the members exposed by NTableFlowCategoryEditor.
Name | Description | |
---|---|---|
NTableFlowCategoryEditor Constructor | Default constructor. |
Name | Description | |
---|---|---|
ColFillModeProperty | Reference to the ColFillMode property. | |
ColFitModeProperty | Reference to the ColFitMode property. | |
FourColumnsTemplate | Table flow category editor template with 4 columns (i.e. MaxOrdinal = 4). | |
MaxOrdinalProperty | Reference to the MaxOrdinal property. | |
NTableFlowCategoryEditorSchema | Schema associated with NTableFlowCategoryEditor. | |
RowFillModeProperty | Reference to the RowFillMode property. | |
RowFitModeProperty | Reference to the RowFitMode property. | |
ThreeColumnsTemplate | Table flow category editor template with 3 columns (i.e. MaxOrdinal = 3). | |
TwoColumnsTemplate | Table flow category editor template with 2 columns (i.e. MaxOrdinal = 2). |
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. | |
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 | |
---|---|---|
CreateChildEditorsContainer | Overridden. Creates a container for child editors. |