ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / Column Class / MaxWidth Property

In This Topic
    MaxWidth Property
    In This Topic
    Gets or sets the maximum width of this column, in pixels (this value is used only for star-sized columns).
    Syntax
    'Declaration
     
    
    Public Property MaxWidth As Double
    public double MaxWidth {get; set;}
    See Also