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.
Mike, thanks for the advise.
I downloaded and installed version 2012.2.
Now the problem is that after I ran the Toolbox utility I still do not have 2012.2 in the toolbox. It exists for the CSharp templates, but I am working with a VB project, and it is not there.
From the dos-prompt window I see that the utility did not report anything about VB templates (see below).
Do I have to do anything extra to get 2012.2 objects in my VB projects Toolbox?
Beginning to process VS v10.0
Getting Type for ProgID: VisualStudio.DTE.10.0
Attemping to get CSharp project template
Successfully got CSharp project template
Getting Toolbox