PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Klaus Henn on January 04, 2013, 09:51:23 AM

Title: Resize FF Graphic Control
Post by: Klaus Henn on January 04, 2013, 09:51:23 AM
I am using the FF grafic control and GDI+.  Everthing works like expected, but ...

When the form is resized at runtime the graphic control is only resizeable when the property Stretchable = True.
In this case the graphic control changes its dimensions, but the drawing area still provides the same amount of pixel like the original control did have.

How can I resize the control at runtime and change the drawing area for example from 600x800 to 800x1200 pixel?

Thanks