FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / MinColumnWidth Property

In This Topic
    MinColumnWidth Property (C1FlexGrid)
    In This Topic
    Gets or sets the minimum width of columns in the C1FlexGrid.
    Syntax
    'Declaration
     
    Public Property MinColumnWidth As Double
    public double MinColumnWidth {get; set;}
    See Also