Gets the collection that contains the positions of the vertical splitters.
Object.defineProperty(GridLayout.prototype, 'verticalSplitters',
get: function()
)
verticalSplitters: number[]; // read-only
A list of double values that represents the positions of the vertical 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, the vertical (this) and the horizontal.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document