True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DisplayColumn Class / MinWidth Property

In This Topic
    MinWidth Property (C1DisplayColumn)
    In This Topic
    Gets or sets the minimum width a column can be resized to when in C1TrueDBGrid.SpringMode.
    Syntax
    'Declaration
     
    Public Property MinWidth As System.Integer
    public System.int MinWidth {get; set;}
    See Also