UWP

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    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 Description
    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 Description
    TreeColumnSizer

    None

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

    Declaration
    public const TreeColumnSizer None
    Field Value
    Type Description
    TreeColumnSizer

    SizeToCells

    The size is based on the contents of the cells.

    Declaration
    public const TreeColumnSizer SizeToCells
    Field Value
    Type Description
    TreeColumnSizer

    SizeToHeader

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

    Declaration
    public const TreeColumnSizer SizeToHeader
    Field Value
    Type Description
    TreeColumnSizer

    Star

    The size is a weighted proportion of available space.

    Declaration
    public const TreeColumnSizer Star
    Field Value
    Type Description
    TreeColumnSizer

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

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