ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / MinWidth Property

In This Topic
    MinWidth Property
    In This Topic
    Gets or sets the minimum width of the column.
    Syntax
    'Declaration
     
    
    Public Property MinWidth As Double
    public double MinWidth {get; set;}
    See Also