2

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?

calico-cat
  • 1,324
  • 6
  • 20
  • 36

1 Answers1

1

If you're writing a touchscreen application, all you have to do is change the system settings on windows to make everything larger.

arcticfox
  • 878
  • 7
  • 8