ComboBox Vertical Scrollbar Width

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,
 
P

Peter Huang

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.
 
P

Peter Huang

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.
 
G

Gary Chang[MSFT]

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.
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top