Name | Description | |
---|---|---|
NodeLayout Constructor |
The following tables list the members exposed by NodeLayout.
Name | Description | |
---|---|---|
NodeLayout Constructor |
Name | Description | |
---|---|---|
AutoHeight | Overridden. Gets a boolean value indicating if height of the layout should be adjusted to the height/disposition of its items. | |
AutoWidth | Gets a boolean value indicating if width of the layout should be adjusted to the width/disposition of its items. (Inherited from Xceed.SmartUI.SmartLayout) | |
ContainerSize | Gets the size needed by the layout to paint its Xceed.SmartUI.SmartLayout.SmartItems. (Inherited from Xceed.SmartUI.SmartLayout) | |
InternalSmartItems | Gets a list of the internal child SmartItems. (Inherited from Xceed.SmartUI.SmartLayout) | |
MaxIdealSize | Gets the ideal size needed to display the Xceed.SmartUI.SmartLayout.SmartItems. (Inherited from Xceed.SmartUI.SmartLayout) | |
SmartControl | Gets the Xceed.SmartUI.SmartLayout.SmartControl associated with the layout. (Inherited from Xceed.SmartUI.SmartLayout) | |
SmartItems | Gets the collection of child SmartItems associated with the layout. (Inherited from Xceed.SmartUI.SmartLayout) | |
VisibleSmartItems | Gets a list of the visible SmartItems. (Inherited from Xceed.SmartUI.SmartLayout) |
Name | Description | |
---|---|---|
Refresh | Forces the layout to invalidate its client area and immediately redraw itself. (Inherited from Xceed.SmartUI.SmartLayout) |
Name | Description | |
---|---|---|
Layout | Reorganizes the disposition of the SmartItems. (Inherited from Xceed.SmartUI.Controls.TreeView.TreeViewLayout) | |
LayoutVerticalSubItems | Generic method to layout SmartItems vertically when a layout isn't aware of any particularities in regards to its SmartItems. (Inherited from Xceed.SmartUI.SmartLayout) | |
OnLayoutComplete | Raises the Xceed.SmartUI.SmartLayout.LayoutComplete event. (Inherited from Xceed.SmartUI.SmartLayout) | |
SetSizeForDrawingSmartItems | Set the size required to draw the Xceed.SmartUI.SmartLayout.SmartItems. (Inherited from Xceed.SmartUI.SmartLayout) | |
SetSmartItemBounds | Sets the specified bounds to the specified SmartItem. (Inherited from Xceed.SmartUI.SmartLayout) | |
SetSmartItemLocation | Sets the specified SmartItem at the specified location. (Inherited from Xceed.SmartUI.SmartLayout) | |
SetSmartItemsBounds | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.SmartUI.SmartLayout) |
Name | Description | |
---|---|---|
LayoutComplete | Raised when a Layout operation has completed. (Inherited from Xceed.SmartUI.SmartLayout) |