ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / MinColumnWidth Property

In This Topic
    MinColumnWidth Property
    In This Topic
    Gets or sets the minimum column width for all the columns in the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Property MinColumnWidth As Double
    public double MinColumnWidth {get; set;}
    Remarks
    If a column has the property MinWidth set, the layout will take the value set in the column over the one in the data grid.
    See Also