NevronOpenVision
Nevron.Nov.Editors Namespace / NTableFlowCategoryEditor Class
Fields Properties Methods Events


NTableFlowCategoryEditor Class Members

The following tables list the members exposed by NTableFlowCategoryEditor.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the ColFillMode property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ColFitMode property.  
Public Fieldstatic (Shared in Visual Basic)Table flow category editor template with 4 columns (i.e. MaxOrdinal = 4).  
Public Fieldstatic (Shared in Visual Basic)Reference to the MaxOrdinal property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NTableFlowCategoryEditor.  
Public Fieldstatic (Shared in Visual Basic)Reference to the RowFillMode property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the RowFitMode property.  
Public Fieldstatic (Shared in Visual Basic)Table flow category editor template with 3 columns (i.e. MaxOrdinal = 3).  
Public Fieldstatic (Shared in Visual Basic)Table flow category editor template with 2 columns (i.e. MaxOrdinal = 2).  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the mode in which the layout fills the available area in the cols dimension.  
Public PropertyGets or sets the mode in which the layout fits into the available area in the cols dimension.  
Public PropertyGets 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.

 
Public PropertyGets or sets the mode in which the layout fills the available area in the rows dimension.  
Public PropertyGets or sets the mode in which the layout fits into the available area in the rows dimension.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Creates a container for child editors.  
Top
See Also