TdxBarLookupCombo.RowCount Property
Determines the number of rows in a dropdown window.
Declaration
property RowCount: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to set or get the number of dropdown rows displayed to a user. If the number of items in a list is greater than the RowCount value, a vertical scroll bar appears to the right side of a dropdown window.
See Also