menu

WPF

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

    Show / Hide Table of Contents

    Enum TreeColumnSizer

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

    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum TreeColumnSizer

    Fields

    Name Description
    Auto

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

    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.

    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.

    None

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

    SizeToCells

    The size is based on the contents of the cells.

    SizeToHeader

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

    Star

    The size is a weighted proportion of available space.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved