Name
Scrollcanvas.UseWinBorder -- use window scrollbars for this scrollcanvas
Platforms
AmigaOS and compatibles only

Function
Set this attribute to make RapaGUI put the scrollcanvas' scrollbars into the window border instead of creating them as normal widgets.

By default, the scrollbars will be put into the right and bottom window borders. If you want to have the vertical scrollbar in the left window border instead, set the Scrollcanvas.UseLeftBorder attribute.

Before using Scrollcanvas.UseWinBorder you first have to enable border scrollers for the parent window by setting the appropriate window class attributes. For the standard configuration (right and bottom border scrollers), you would have to set the Window.UseBottomBorderScroller and Window.UseRightBorderScroller attributes. See Window class for details.

Type
Boolean

Applicability
I


Show TOC