Scaling Controls

  • Thread starter Thread starter Dennis Carolus
  • Start date Start date
D

Dennis Carolus

hi,
does anybody know if theres a way to scale a control to another resolution?
i've only found the method Control.Scale, but this method doesnt for example
change a buttons text size, but obly its bounds.

thx Dennis
 
Dennis,

Unfortunately, there is no way to do this now (at least for all controls
in a standard way). You will have to handle this yourself, scaling the
text/graphics as appropriate.

If the control is accessible, then you might have better luck using
these interfaces, as their purpose is to provide ways of interacting for
those whose capabilities are diminished (for those who have vision problems,
for example, the controls are enlarged).

Hope this helps.
 
Back
Top