menu

WPF

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

    Show / Hide Table of Contents

    Enum GridControlLengthUnitType

    Defines constants that describe how Syncfusion.Windows.Controls.Grid elements, such as columns, are sized.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridControlLengthUnitType

    Fields

    Name Description
    Auto

    The unit of measure is based on the size of the cells and the column header.

    AutoOnLoad

    The unit of measure is based on the size of the cells and the column header with Last column fill and for only once.

    AutoOnLoadWithLastColumnFill

    The unit of measure is based on the size of the cells and the column header with Last column fill and for only once.

    AutoWithLastColumnFill

    The unit of measure is based on the size of the cells and the column header with Last column fill.

    None

    No Sizing

    SizeToCells

    The unit of measure is based on the size of the cells.

    SizeToHeader

    The unit of measure is based on the size of the column header.

    Star

    The unit of measure is a weighted proportion of the available space.

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