How to change the size of a checkbox?

burwelj

Member
Joined
Dec 11, 2007
Messages
5
Programming Experience
1-3
I'm writing an application in vb.net 2005 for a touchscreen. I have some checkboxes on one of my forms and I'm trying to make them bigger so its easier for the user to touch. Increasing the size does not make the checkbox itself any larger, and also increasing the font does not work. Any suggestions? Thanks.
 
Touching any part of the checkbox control including the text and background makes the box check/uncheck. To make the control bigger you have to set AutoSize=false and resize it.
 
Back
Top