ShortcutsSection.maxHeight

uint maxHeight() @property nothrow

Get maxHeight property.

Returns

The maximum number of lines to allow per column.

This property can be used to influence how the groups in this section are distributed across pages and columns. The default value of 15 should work in most cases.

void maxHeight(uint propval) @property nothrow

Set maxHeight property.

Parameters

propvalThe maximum number of lines to allow per column. This property can be used to influence how the groups in this section are distributed across pages and columns. The default value of 15 should work in most cases.