ComboBox Vertical Scrollbar Width

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to change the width of the vertical scrollbar in the comboBox?
The width is to narrow for applications where it is being manipulated by a
Finger.
thanks,
 
Hi

I am researching the issue and I will update you with new information ASAP.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi,

Because the ConboBox's scrollbar is build-in the ComboBox control, we can
not change for the individual ComboBox.
For your scenario, I think you may try to write your own combobox control
to adapt your scenario.

Hope this helps.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi,

I have tested the custom combo box control you mentioned, however it could
only modify the width of the dropdown button of the combo box, not the
dropdown list's scrollbar, and it appears that custom combo box doesn't
provide any code to ownerdraw the dropdown list...


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Back
Top