Always showing scroll

Hi,
I have a GoView inside a WinForms Panel. The Scrolls property is set to IfNeeded (both horizontal and vertical).
Why is it always showing the scroll bars? If I just click on any of the scrolls they disappear.

Thanks.

GoDocument.Bounds grows as you add & move objects, but it doesn’t shrink by itself. You have to force it by:

GoDocument doc = goview1.Document;
doc.Bounds = doc.ComputeBounds()