I got a RadComboBox from Telerik, and i populate it with some data from my database.
Let's say i have 10 items of 20pixels high each, that would make the drop down list of 200pixels high. Right now, i force the control to have a max height of 100px, so i should see a scrollbar. When i scroll my box, i got about 100px of white space at the end of my list, making the dropdownlist way to long, about 300 pixels.
These are the relevant properties of my RadComboBox:
<telerik:RadComboBox ... DropDownWidth="280px" MaxHeight="120px" NoWrap="True" />
At the end of the list, i got white space, white lines, equivalent size of the height of the control (120px of white space). I found nothing so far about that. Anyone got a clue?