Change dropdown size for .NET touchscreen application

Posted by calico-cat on Stack Overflow See other posts from Stack Overflow or by calico-cat
Published on 2010-04-05T01:29:24Z Indexed on 2010/04/05 1:33 UTC
Read the original article Hit count: 560

Filed under:
|
|

I'm trying to create a .NET touchscreen application. I would like to be able to create a large dropdown. By increasing the font size, the button stays the same width but increases in height, meaning it's long and thin. Is there a way to 'scale up' .NET controls so they are large in size for touchscreen applications?

© Stack Overflow or respective owner

Related posts about touchscreen

Related posts about .NET