Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFindPanel.MRUItemsListDropDownCount Property

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 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