ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / AutoCompleteComboBoxSetting Class / MaxSuggestionCount Property

In This Topic
    MaxSuggestionCount Property
    In This Topic
    Gets an integer. The combobox opens the drop down if the number of suggested items is less than the value. Note that the value is larger, it's heavier to open the drop down. Default: 100.
    Syntax
    Public Overridable ReadOnly Property MaxSuggestionCount As Integer
    public virtual int MaxSuggestionCount {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also