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

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