ComponentOne FlexGrid for WinForms
DefaultSize Property

C1.Win.C1FlexGrid Namespace > RowColCollection Class : DefaultSize Property
Gets or sets the default size of the rows or columns in the collection (in pixels).
Syntax
'Declaration
 
Public Property DefaultSize As Integer
public int DefaultSize {get; set;}
Remarks

To enable automatic adjusting the default size based on the grid's Font size set this property to -1.

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

See Also

Reference

RowColCollection Class
RowColCollection Members