I have a DropDownList where I need to set the number of lines being displayed when user clicks the down arrow. I tried to find the event for this, is there any?
This is the code that will set the number of lines:
Code:
DropDownList2.Attributes.Add("Size", "10")