FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RowColCollection Class / MaxSize Property

In This Topic
    MaxSize Property (RowColCollection)
    In This Topic
    Gets or sets the maximum size for rows and columns in the collection.
    Syntax
    'Declaration
     
    
    Public Property MaxSize As Integer
    public int MaxSize {get; set;}
    Remarks

    The MaxSize property limits the maximum size of rows or columns when they are resized by the user or adjusted to fit the contents with the AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) or AutoSizeCols(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) method.

    Setting this property to zero disables it.

    See Also