|
virtual |
Sets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
value | A numeric value that is within the minimum and maximum range. The default value is 0. |
xtd::argument_out_of_range_exception | The assigned value is less than the xtd::forms::scroll_bar::minimum property value. -or- The assigned value is greater than the xtd::forms::scroll_bar::maximum property value. |