The following tables list the members exposed by BeforeNodeLayoutItemResizeEventArgs.
Name | Description | |
---|---|---|
![]() | BeforeNodeLayoutItemResizeEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | Cell | Returns the UltraTreeNodeCell that was resized. |
![]() | Column | Returns the UltraTreeNodeColumn that was resized. |
![]() | IsAutoResize | Returns a boolean value indicating whether the event was triggered by an auto-resize operation. |
![]() | IsCell | Returns whether the item that was resized represents a cell. |
![]() | IsLabel | Returns whether the item that was resized represents a column header (otherwise referred to as label). |
![]() | NewSize | Gets/sets the new size for the node layout item. |
![]() | Node | Returns the UltraTreeNode which defines the cell that is being resized. |
![]() | OriginalSize | Returns the size of the node layout item before the user changed it. |