GoView's size issue while mainwindow's size change

Hi,
At the time of creating the graphs, my application uses the current window size as a base for calculating the position and size of the individual GoView objects for x axis & y axis.
General problem:
1) If I create the graphs when window is not in full size and later enlarge the window, rest window parts is shown grey.<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

2) If I create the graphs when window is in full size and later reduce the window, window is shown only partly.

How GoDiagrame library could resolve this issue?

Please reply as soon as possible.
Thanks

Are you using a GoSheet? that can give you a “sheet” of paper with grey around the edge.

It seems like always creating the objects at the same size, but then zooming the view to make the objects fit might be a better strategy. (See GoView.RescaleToFit, or its use in FlowCharter.)