FlexGrid for WinForms
DefaultSize Property



Gets or sets the default size of the rows or columns in the collection (in pixels).
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property DefaultSize As Integer
'Usage
 
Dim instance As RowColCollection
Dim value As Integer
 
instance.DefaultSize = value
 
value = instance.DefaultSize
[Browsable(false)]
public int DefaultSize {get; set;}
[Browsable(false)]
public:
property int DefaultSize {
   int get();
   void set (    int value);
}
Remarks

This value is set automatically when the grid's System.Windows.Forms.Control.Font property changes.

The default size is used when the row's Height property or columns Width property is set to -1.

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