Hi:
I have an UltraCombo with 2 columns - one hidden (key) the other one visible (description). The width of the second column is equal with the combo box width/dropdown widht and that is what I want. At some point I am reseting the dropdown width to be the combo width, the visible column width shrinks to the length of the each string/description when droping doen the list. I am trying to set it to be the combo's width in before drop down, it woks but now I am getting a horizontal scroll bar with it. It is the right widht, the one dipalyed before reseting the dropdownwidht to be the combo's width, don't understand why I get the scroll bar now. Is there a way to deal with this?
Thanks,
Mihail
Got rid of the scrollbar by setting Scrollbars.None. Question is why I am getting it when the length doesn't change?
Thanks.