I've got a fairly long list in a ComboBox, and I want the DropDown behavior to be different.
Normally, when you click the arrow, the list expands showing all options, starting with the selected option. Options listed above the selected option are hidden, but can be seen by scrolling up.
I want the list to scroll up a bit, showing the selected option in the middle of the list, whenever possible.
I've seen ways to do this in a Scrollbar enabled FlowLayoutPanel, but I've had no luck with the DDL. The list is over 50 items long, so simply showing the whole list isn't practical.