<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / Column Class / MinWidth Property

In This Topic
    MinWidth Property (Column)
    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