about zooming controls

  • Thread starter Thread starter # Cyrille37 #
  • Start date Start date
C

# Cyrille37 #

Hello,

I'm looking for a method that can make a form zoomable : controls and texts grow
with the form like a vectoriel drawing (MM Flash).

I think it is not possible with dotnet... But perhaps it is ???

Thanks for your lights !
Cyrille
 
# Cyrille37 # said:
Hello,

I'm looking for a method that can make a form zoomable : controls and
texts grow with the form like a vectoriel drawing (MM Flash).

I think it is not possible with dotnet... But perhaps it is ???

Try setting AutoScaleMode = AutoScaleMode.Font and then change the font
size, everything should scale with it.
 
Back
Top