Best way to some parts of a document frozen?

Hi

I want to create a diagram where I in the top part show some goobjects that will work as buttons, and are used to scroll the diagram left and right. Obviously, when the scrolling is done I want to keep these button in place, that is to have them frozen in place. Additionally, I don’t want these buttons to resize when I am zooming.

One way to do this is to actually have 2 GoView controls, where the top one contains the buttons and the lower one the acutal diagram that is scrolled. Is this the recommended approach?, and if not, then how could this frozen behaviour otherwise be achieved?

/Peter

Is there a reason you don’t use regular Button controls, separate from and not children of the GoView?

no there is not, so this would be your recommendation?

/Peter