Hi,
To make the view fit the available area, you should set the
ViewLayout property of the drawing view to
Fit:
view.ViewLayout = ViewLayout.Fit;
This causes the drawing view to execute the
Fit method you are asking about and then repaint itself and is the best way to change the view layout of the drawing view.
Best Regards,
Nevron Support Team