|
RAD Studio VCL Reference
|
Specifies the manner in which column size or row size is specified.
property SizeStyle: TSizeStyle;
__property TSizeStyle SizeStyle;
Use the SizeStyle property to specify whether the size of the row or column in a grid is an absolute value, a percentage of the grid size, or generated automatically.
|
Style |
Description |
|
ssAbsolute |
The number specified for the Value property is interpreted as the number of pixels for the row or column. |
|
ssAuto |
The number specified for the Value property is ignored, and the row or column is sized automatically. |
|
ssPercent |
The number specified for the Value property is interpreted as a percentage of the entire grid panel. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|