ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / MaxColumnWidth Property

In This Topic
    MaxColumnWidth Property
    In This Topic
    Gets or sets the maximum width of columns in the C1FlexGrid.
    Syntax
    'Declaration
     
    
    Public Property MaxColumnWidth As Double
    public double MaxColumnWidth {get; set;}
    Remarks
    Setting this value to zero disables the maximum column width limit.
    See Also