Softelvdm.Controls Class Library for Windows Controls 1.0

Orientation Property, CellBaseClass Class

Softel vdm, Inc.

Defines the cell parts orientation.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public Property Orientation As OrientationOptionalEnum

C#   

public OrientationOptionalEnum Orientation { get; set; }

C++   

public: property OrientationOptionalEnum Orientation {
        OrientationOptionalEnum get();
        void set(OrientationOptionalEnum value);
}

Property Value

The cell parts orientation.

OrientationOptionalEnum

Value

Description

Default

0

The orientation is determined by the location, where the cell is used (see below).

Horizontal

1

Parts are positioned next to each other.

Vertical

2

Parts are positioned one below the other.

The default value is OrientationOptionalEnum.Default.

Comments

The Orientation property defines the cell parts orientation.

Parts in a cell can have either a horizontal orientation (parts are positioned next to each other) or a vertical orientation (parts are positioned one below the other).

SftTree/NET 2.0: The default settings for the cell parts orientation can be defined using these properties: OrientationDefault for items, Headers.OrientationDefault for column headers and Footers.OrientationDefault for column footers.

SftTabs/NET 6.0: The default setting is a horizontal orientation (OrientationOptionalEnum.Horizontal).

The EvaluatedOrientation property can be used to retrieve the actual cell parts orientation by evaluating the default settings.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com