TcxControlOptionsFindPanel.MRUItemsListDropDownCount Property
In This Article
Specifies the maximum number of items that the MRU list‘s dropdown can display simultaneously.
#Declaration
Delphi
property MRUItemsListDropDownCount: Integer read; write; default cxFindPanelDefaultMRUItemsListDropDownCount;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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