Hi Derek Hagen,
Greetings from Syncfusion.
We have analyzed your query. We don't currently have direct support based on the item count to display DropdownHeight. You can achieve this by using the workaround provided in your update itself.
|
Code Snippet:
var maxHeight = (int)(DropDownItemHeight * 5);
MaximumDropDownHeight = maxHeight;
|
Please let us know, if you have any other concerns.
Regards,
Suganya Sethuraman.