LongListBox.GroupsHeight

Syntax

GroupsHeight: Number

Description

The GroupsHeight property contains height of headers of list groups.

Comments

Header is the element, for which the IsGroup property is set to True.

The value of the property is specified from JSON and by means of the setGroupsHeight method, and is returned by means of the getGroupsHeight method.

Example

The example of property use is given on the Example of Creating the LongListBox Component page.

See also:

LongListBox