Skip to main content

Group Scrollable Boxes

Overview

Group Scrollable Box has one more scrolling feature as compared to Group Box. When the content is out of the display range, the remaining content can be displayed by the Scroll Bar.

  • Group Scrollable Box

groupscrollablebox

Properties

PropertyDescription
Scroll Bar WidthThe width of the scroll bar.
Has VscrollbarWhether to display the vertical scroll bar.
Vscrollbar Display in the LeftWhether to display the vertical scroll bar on the left.
Has HscrollbarWhether to display the horizontal scroll bar.
Editing Mode NowTrue: Support editing child control position, the scroll bar does not support scrolling the GroupBox
False: Do not support editing child control position, the scroll bar supports scrolling the GroupBox.