Class NodeSizeMode
Defines NodeSizeMode for the SfTreeView that indicates whether dynamic size changes should be enabled or disabled for tree view items.
Inheritance
System.Object
NodeSizeMode
Namespace: Syncfusion.XForms.TreeView
Assembly: Syncfusion.SfTreeView.XForms.dll
Syntax
public sealed class NodeSizeMode : Enum
Fields
Dynamic
Item responds for the dynamic size changes of the content.
Declaration
public const NodeSizeMode Dynamic
Field Value
Type |
---|
NodeSizeMode |
None
Item takes the default rendered height and does not respond for dynamic size changes.
Declaration
public const NodeSizeMode None
Field Value
Type |
---|
NodeSizeMode |