xtd 0.2.0
Loading...
Searching...
No Matches

◆ auto_scroll() [2/2]

virtual scrollable_control & xtd::forms::scrollable_control::auto_scroll ( bool  auto_scroll)
virtual

Sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.

Parameters
auto_scrolltrue if the container enables auto-scrolling; otherwise, false. The default value is false.
Returns
Current scrollable_control instance.

Reimplemented in xtd::forms::tab_page.