TdxTokenEditPropertiesOptionsLookup.DropDownRows Property
Specifies the number of simultaneously visible rows in the lookup dropdown window.
Declaration
property DropDownRows: Integer read; write; default dxTokenEditDefaultDropDownRows;
Property Value
Type | Default |
---|---|
Integer | dxTokenEditDefaultDropDownRows |
Remarks
You can use this property to adjust the number of simultaneously visible suggested tokens. Users can rotate the mouse wheel or click scroll buttons to scroll through the lookup list if the number of suggested tokens exceeds the DropDownRows property value.
The default DropDownRows property value is the dxTokenEditDefaultDropDownRows global constant.
See Also