Name
Scrollgroup.UseWinBorder -- use window scrollbars for this scrollgroup
Platforms
AmigaOS and compatibles only

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

Before using Scrollgroup.UseWinBorder you first have to enable border scrollers for the parent window by setting the appropriate window class attributes. For example, if you want to put a scrollbar into the bottom window border, you would have to set the Window.UseBottomBorderScroller attribute first. See Window class for details.

Type
Boolean

Applicability
I


Show TOC