Hello,
I have a WinForms industrial application running on windows 7 on a touch screen. The users need to select from a drop down with about 50 items. It proves to be a hard task with a standard MS ComboBox control. The scrollbar itself is too narrow, and the users can not relibly touch the up and down arrows or the scroll bar itself with their fingers.
So I started looking for a custom combo box, but I could not find any with a customizable scroll bar width.
So, here is a question - is it possible to change the width of the scrollbar of the UltraComboEditor? I am using NetAdvantage 12.1 Win CLR2x.
And if not, is there any alternative way of easily selecting from a long list on a touch screen.
Any help will be appreciated.
We added the ability to control the ScrollBar with via a property setting in v12.2. So if you don't want to use a CreationFilter, you might want to consider upgrading.
What's the property called Mike? Other controls such as UltraGrid have a .ScrollBarLook, but I can't find this on the UltraComboEditor.