Link to home
Start Free TrialLog in
Avatar of adinas
adinas

asked on

DataCombo size

Hi,

I am using a datacombo and when adding less then 8 lines the size of the combo seems to be 8 lines (when you open it). In other words there is white space at the bottom. How can I choose the size of the combo (when open)
Avatar of AndrewDev
AndrewDev

Have you tried the .VisibleItems property.
eg. DataCombo1.VisibleItems(1)
This may do it
Regards
Andrew
Avatar of adinas

ASKER

Sorry, but this didn't work. And according to msdn this "Returns an array of bookmarks, one for each visible item in the DataCombo or DataList control's list"

It doesn't have to do with my problem
ASKER CERTIFIED SOLUTION
Avatar of AzraSound
AzraSound
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adinas

ASKER

that is horrible!