Interface ITreeItemView
Exposes methods and properties of native TreeViewItemInfoBase to use in query event.
Namespace: Syncfusion.Maui.TreeView
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public interface ITreeItemView
Methods
CalculateHeight()
Calculates the treeview item height based on the content.
Declaration
double CalculateHeight()
Returns
Type | Description |
---|---|
System.Double | Calculated height based on node content. |