menu

WPF

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

    Show / Hide Table of Contents

    Enum GridPercentColumnSizingBehavior

    Enumerates the possible precent sizing behaviors.

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

    Fields

    Name Description
    None

    Indicates no percent column width sizing calculations will be done.

    NoSizingIfAnyTouched

    Indicates the columns will be sized according to the PercentWidth value only as long as the user does not change the column width through the UI. Once any column's width has been user set, no further percent sizing will be done on any column.

    SizeAlwaysPercent

    Indicates the columns will always be sized according to the PercentWidth value and the user cannot change the column width through the UI.

    SizeUntouchedColumns

    Indicates the columns will be sized according to the PercentWidth value only as long as the user does not change the column width through the UI. Once a column width has been user set, that column no longer participates in the percent sizing, but the other columns will continue to participate in the percent sizing.

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