RadDropDownList - There is an empty line at the bottom of drop down list if you close drop down by arrow button.
Steps to reproduce :
Creating the application:
New > Project > RadControls Windows Forms Application
A wizard appears; the RadControls for Winforms version is selected (InstallFolder, not GAC)
No components nor Themes were selected
Code changed from:
public partial class Form1 : Form
to
public partial class Form1 : RadForm
The application consisted of a single drop down on the RadForm.The drop down DropDownStyle property changed to "DropDownList". The drop down had enough items to cause the scrollbar to occur.
No other properties from either form or drop down were changed.
The attached errorsteps.png are split into the following steps:
Application opened
Scroll down to the last item
Select the item
Open the drop down and scroll back to the top of the list; click the down arrow button to close the drop down
Open the drop again.