dorpdown list design issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a dropdown list which as 7 items.when i click on it 4 items are
displayed and i have a scroll-bar to view the rest.I was wondering if i could
set the property of dropdown list to display all 7 items and not have
scroll-bar at all.
Please help,
Thanks,
 
Hi,
I have a dropdown list which as 7 items.when i click on it 4 items are
displayed and i have a scroll-bar to view the rest.I was wondering if i could
set the property of dropdown list to display all 7 items and not have
scroll-bar at all.
Please help,
Thanks,

Use the MaxDropDownItems property and set its value to 7.

hth
 
Back
Top