This is a migrated thread and some comments may be shown as answers.

Resize dropdown arrow Touch Screen App

3 Answers 125 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 17 Dec 2018, 02:23 PM

I am using the rad multi combox box and it work rather well on touch I just want to make the blue area wider so it looks like they touch it with their thumb its very small at present and easy for them to miss.

 

3 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 18 Dec 2018, 09:53 AM
Hello David,

Thank you for writing.

It is possible to increase the size of the editor and the arrow button this way: 
this.radMultiColumnComboBox1.MultiColumnComboBoxElement.EditorElement.MinSize = new Size(0, 50);
this.radMultiColumnComboBox1.MultiColumnComboBoxElement.ArrowButtonMinWidth = 50;

As your application is targeting a touch device, I can also suggest using any of our Touch themes. These themes define greater sizes and fonts so that the controls would look better on a touch-enabled device: https://docs.telerik.com/devtools/winforms/styling-and-appearance/touch-themes.

I hope this will help. Let me know if you need further assistance.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
David
Top achievements
Rank 1
answered on 18 Dec 2018, 02:55 PM

Many thanks Hristo nice to see you still about, you been their for a few years now mate.

That worked a charm didnt no was the new material theme looks sweet will impress my bosses thinking im a gui genuis lol

     

0
Hristo
Telerik team
answered on 19 Dec 2018, 06:31 AM
Hi David,

Yes, I am still around :). I am also glad that the Material theme fits your actual project. Besides the several color variations, we have built-in - MaterialPink, MaterialTeal, and MaterialBlueGrey, the Visual Style Builder tool also provides UI for blending other colors as well:

Let me know if you need further assistance.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
MultiColumn ComboBox
Asked by
David
Top achievements
Rank 1
Answers by
Hristo
Telerik team
David
Top achievements
Rank 1
Share this question
or