Item Sizing
ItemHeight
By default, all items in RadDropDownList have equal height, 18px. You can set the ListElement.ItemHeight property in order to specify the desired height for all items.
Figure 1: ItemHeight
ItemHeight
AutoSizeItems
The RadDropDownList.AutoSizeItems property indicates whether items will be sized according to their content.
Figure 2: AutoSizeItems
AutoSizeItems
If this property is set to false the user can set the Height property of each individual RadListDataItem in the Items collection in order to override the automatic sizing.
Figure 3: Custom height for each item
Height
Sizing auto-complete pop-up items
When the RadDropDownList.AutoCompleteMode property is set to Suggest or SuggestAppend you can customize the height of the auto-complete items by setting the DropDownListElement.AutoCompleteSuggest.DropDownList.ListElement.ItemHeight property:
Figure 4: AutoCompleteSuggest.DropDownList.ListElement.ItemHeight