Gets the collection that contains the positions of the horizontal splitters.
Object.defineProperty(GridLayout.prototype, 'horizontalSplitters',
get: function()
)
horizontalSplitters: number[]; // read-only
A list of double values that represents the positions of the horizontal splitters.
The positions of the splitters are in a normalized form, meaning that the values will range from 0 to 1.
There are two types of splitters, horizontal (this) and vertical.
The splitters are a line separating the cells, they can be moved using the mouse or the touch. To disable moving them, refer SplittersMovable.
To hide the splitters, you can set SplitterSize to zero.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET