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