menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeSizeMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved