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

◆ auto_scroll()

scrollable_control & xtd::forms::tab_page::auto_scroll ( bool  value)
overridevirtual

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

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

Reimplemented from xtd::forms::scrollable_control.

Examples
demo.cpp.