horizontalSplitters Property

Summary

Gets the collection that contains the positions of the horizontal splitters.

Syntax

JavaScript Syntax
Object.defineProperty(GridLayout.prototype, 'horizontalSplitters', 
	get: function() 
) 
TypeScript Syntax
horizontalSplitters: number[]; // read-only 

Property Value

A list of double values that represents the positions of the horizontal splitters.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly