menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeColumnSizer - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeColumnSizer

    Defines the constants that specify how the columns in a SfTreeGrid are sized.

    Inheritance
    System.Object
    TreeColumnSizer
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class TreeColumnSizer : Enum

    Fields

    Auto

    The size is based on the contents of both the cells and the column header.

    Declaration
    public const TreeColumnSizer Auto
    Field Value
    Type
    TreeColumnSizer

    AutoFillColumn

    The size is based on the contents of both the cells and the column header with last column auto fill. The column to be filled can be any column.

    Declaration
    public const TreeColumnSizer AutoFillColumn
    Field Value
    Type
    TreeColumnSizer

    FillColumn

    The size is based on the contents of both the cells and the column header with last column fill by default. The column to be filled can be any column.

    Declaration
    public const TreeColumnSizer FillColumn
    Field Value
    Type
    TreeColumnSizer

    None

    No sizing. The DefaultLineSize will be set for the columns.

    Declaration
    public const TreeColumnSizer None
    Field Value
    Type
    TreeColumnSizer

    SizeToCells

    The size is based on the contents of the cells.

    Declaration
    public const TreeColumnSizer SizeToCells
    Field Value
    Type
    TreeColumnSizer

    SizeToHeader

    The size is based on the contents of the column header.

    Declaration
    public const TreeColumnSizer SizeToHeader
    Field Value
    Type
    TreeColumnSizer

    Star

    The size is a weighted proportion of available space.

    Declaration
    public const TreeColumnSizer Star
    Field Value
    Type
    TreeColumnSizer

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved