Don't require scroll bars

Hi,

I have added GoView control in one of the form of my application by setting
this.Dock = System.Windows.Forms.DockStyle.Fill;
this.VerticalScrollBar.IsAccessible = false; this.VerticalScrollBar.Visible = false;
But as soon as GoObjects are displayed, both horizontal & vertical scroll bars are also appeared on screen.
But i don't want these scroll bars.
How can this problem be resolved?
Thanks & Regards
Navneet

Try ShowVerticalScrollBar = Hide.