SplitDockPosition

<< Click to Display Table of Contents >>

 

SplitDockPosition

Enum Indicates Splitter's position on a Screen. Available options are described on the next table.

Available options for SplitDockPosition

Option

Description

0 - dockRemaining

Places this Splitter as the remaining one, that is, it occupies the remaining space on horizontal or vertical Splitter (default)

1 - dockTop

Places this Splitter as the main one, above the remaining

2 - dockBottom

Places this Splitter as the main one, below the remaining

3 - dockLeft

Places this Splitter as the main one, on the left side of the remaining

4 - dockRight

Places this Splitter as the main one, on the right side of the remaining

 

This property cannot be changed at run time, even if the object is inactive.

Was this page useful?