Control ScrollGroup by the Window Scrollbars
Source position: MUIClass.Group.pas line 188
published property TMUIScrollGroup.UseWinBorder : Boolean |
If you set this to True, MUI will automatically make this scrollgroup controllable from gadgets in the window border. MUI will use the right border scroller if the virtual groups is allowed to move vertically and the bottom border scroller if the virtual group is allowed to move horizontally.
You must set the corresponding window attributes (see below) for your parent window to use this feature.
|
Scroll bar at the Bottom Border of the Window |
|
|
Scroll bar at the Left Border of the Window |
|
|
Scroll bar at the Right Border of the Window |
|
|
[i] Specify if a scroll group should be horizontally moveable. |
|
|
[i] Specify if a scroll group should be vertically moveable. |