I have a minor issue using the UltraComboEditor in an UltraGrid on tablet PCs - the issue is that the drop-down button can be quite hard to press on with the stylus. Is there an easy way to increase the width of the drop-down button?
Thanks.
For the 'Standard' setting of the DisplayStyleproperty, the width is obtained from the System.Information.VerticalScrollBarWidth property. If you increase that value through the OS's desktop properties applet, the button will follow suit. There is, however, no way to change it through the public object model. If you like you can submit a feature request for a property that allows you to change this.
Hi Brian,
That's great, thank you for your response. I didn't realise this was inherited from the Windows display settings.
Regards
Mark.