NevronOpenVision
Nevron.Nov.Layout Namespace / NBoxLayout Class
Fields Properties Methods Events


NBoxLayout Class Members

The following tables list the members exposed by NBoxLayout.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the HorizontalSpacing property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NBoxLayout  
Public Fieldstatic (Shared in Visual Basic)Spacing category  
Public Fieldstatic (Shared in Visual Basic)Reference to the UniformHeights property  
Public Fieldstatic (Shared in Visual Basic)UniformSize category  
Public Fieldstatic (Shared in Visual Basic)Reference to the UniformWidths property  
Public Fieldstatic (Shared in Visual Basic)Reference to the VerticalSpacing property  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the minimal horizontal spacing between the boxes. By default set to 0.  
Public PropertyGets or sets the way in which the boxes are resized in the Y dimension prior to being measured or arranged. By default set to None, which means that boxes are initially having their desired heights.  
Public PropertyGets or sets the way in which the boxes are resized in the X dimension prior to being measured or arranged. By default set to None, which means that boxes are initially having their desired widths.  
Public PropertyGets or sets the minimal vertical spacing between the boxes. By default set to 0.  
Top
Public Methods
 NameDescription
Public MethodGets the desired size of the layout container, assuming that the arranged objects are at their desired size.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Performs the core arrangement of the layout, operating upon the bodies created in the CreateBodiesFromObjects method.  
Protected MethodArranges the boxes of the layout  
Protected MethodOverridden. Called to create a list of the boxes, which need to be measured or arranged from the specified objects list  
Protected MethodCalled in the boxes creation process to create a cell instance  
Protected MethodCalled to measure the desired size of the boxes  
Protected MethodOverridden. Called to write the cell bodies in the objects they represent  
Internal Methodstatic (Shared in Visual Basic)  
Top
See Also