TcxControlOptionsFindPanel.MRUItemsListDropDownCount Property
Specifies the maximum number of items that the MRU list‘s dropdown can display simultaneously.
Declaration
property MRUItemsListDropDownCount: Integer read; write; default cxFindPanelDefaultMRUItemsListDropDownCount;
Property Value
Type | Default |
---|---|
Integer | cxFindPanelDefaultMRUItemsListDropDownCount |
Remarks
The MRU list’s dropdown shows a scrollbar if the number of the most recently used items exceeds the MRUItemsListDropDownCount property value. Set this property to 0 to display any number of items in the dropdown without a scrollbar.
The MRUItemsListDropDownCount property’s default value is the cxFindPanelDefaultMRUItemsListDropDownCount global constant.
See Also