FlexGrid for WinForms
MinSize Property



Gets or sets the minimum size for rows and columns in the collection.
Syntax
'Declaration
 
<C1CategoryAttribute("Layout")>
<C1DescriptionAttribute("Gets or sets the minimum size for this row or column.")>
<DefaultValueAttribute()>
Public Property MinSize As Integer
'Usage
 
Dim instance As RowColCollection
Dim value As Integer
 
instance.MinSize = value
 
value = instance.MinSize
[C1Category("Layout")]
[C1Description("Gets or sets the minimum size for this row or column.")]
[DefaultValue()]
public int MinSize {get; set;}
[C1Category("Layout")]
[C1Description("Gets or sets the minimum size for this row or column.")]
[DefaultValue()]
public:
property int MinSize {
   int get();
   void set (    int value);
}
Remarks
The MinSize property limits the minimum 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowColCollection Class
RowColCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback