Unit 'MUIClass.Group' Package
[Overview][Classes][Index] [#MUIClass]

TMUIScrollGroup.UseWinBorder

Control ScrollGroup by the Window Scrollbars

Declaration

Source position: MUIClass.Group.pas line 185

published property TMUIScrollGroup.UseWinBorder : Boolean
  read FUseWinBorder
  write SetUseWinBorder
  default False;

Description

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.

See also

Window.UseBottomBorderScroller

  

Scroll bar at the Bottom Border of the Window

Window.UseLeftBorderScroller

  

Scroll bar at the Left Border of the Window

Window.UseRightBorderScroller

  

Scroll bar at the Right Border of the Window

FreeHoriz

  

[i] Specify if a scroll group should be horizontally moveable.

FreeVert

  

[i] Specify if a scroll group should be vertically moveable.


Documentation generated on: 2024-04-24