Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CellVAlign Property, SftTreeColumn Object

Defines the default vertical alignment of cell contents in this column.

Syntax

Get

VB.NETStyle = object.CellVAlign As SftTreeVAlignConstants
VBStyle = object.CellVAlign As SftTreeVAlignConstants
C#.NETSftTreeVAlignConstants Style = object.CellVAlign;
VC++enum SftTreeVAlignConstants Style = object->CellVAlign;
enum SftTreeVAlignConstants Style = object->GetCellVAlign();
CHRESULT object->get_CellVAlign(enum SftTreeVAlignConstants* Style);

Put

VB.NETobject.CellVAlign = Style As SftTreeVAlignConstants
VBobject.CellVAlign = Style As SftTreeVAlignConstants
C#.NETSftTreeVAlignConstants object.CellVAlign = Style;
VC++enum SftTreeVAlignConstants object->CellVAlign = Style;
void object->PutCellVAlign(enum SftTreeVAlignConstants Style);
CHRESULT object->put_CellVAlign(enum SftTreeVAlignConstants Style);

object

A SftTreeColumn object.

Style

Defines the default vertical alignment of cell contents in this column.

NameValueDescription
valignSftTreeCenter0The text is vertically centered.
valignSftTreeTop1The text is aligned with the top of the available area.
valignSftTreeBottom2The text is aligned with the bottom of the available area.

Comments

The CellVAlign property defines the default vertical alignment of cell contents in this column.

The alignment applies to all cells in the column specified. Individual cells can override the defined default alignment using the Cell.TextHAlign, Cell.TextVAlign, Cell.ImageHAlign and Cell.ImageVAlign properties.

See Also SftTreeColumn Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.