Copyright © 1998-2015 MultiMedia Soft
CellsManager.ScaleUnit property
Type
short for Visual C++
enumScaleUnits for Visual Basic
Syntax
object.CellsManager.ScaleUnit (UniqueID) [=enumScaleUnits]
Remarks
The unit used to determine position and size of the cell.
Supported values are the following:
Mnemonic constant
Value
Meaning
CELL_SCALE_UNIT_PERCENTAGE
0 (default)
The scale unit is represented by a percentage value of a specific control's dimension (left position, top position, width or height).
CELL_SCALE_UNIT_PIXELS
1
The scale unit is in pixels.
See also
CellsManager object.
CellsManager property.
How to manage cells section.