ScrollBarExtensions
Wisej.Web.Markup.ScrollBarExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.ScrollBarExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the LargeChange property of the specified .
TScrollBar
scrollBar
The scroll bar for which to set the LargeChange property.
value
The value to set for the large increment of the scroll bar.
Returns: . The modified scroll bar with the updated LargeChange property.
This method allows you to specify the amount by which the scroll box moves in response to a large scroll command.
TScrollBar
scrollBar
The scroll bar for which to set the Maximum property.
value
The maximum value for the scroll bar.
This method allows you to specify the maximum value of the scroll bar.
TScrollBar
scrollBar
The scroll bar for which to set the Minimum property.
value
The minimum value for the scroll bar.
This method allows you to specify the minimum value of the scroll bar.
TScrollBar
scrollBar
The scroll bar for which to set the AutoHide property.
action
This method allows you to specify whether the scroll bar should automatically hide when not in use.
TScrollBar
scrollBar
The scroll bar for which to set the SmallChange property.
value
The value to set for the small increment of the scroll bar.
This method allows you to specify the amount by which the scroll box moves in response to a small scroll command.
TScrollBar
scrollBar
The scroll bar for which to set the Value property.
value
The value to set for the scroll bar's position.
This method allows you to specify the current position of the scroll box on the scroll bar.
The type of the scroll bar, must inherit from .
Sets the Maximum property of the specified .
The type of the scroll bar, must inherit from .
Returns: . The modified scroll bar with the updated Maximum property.
Sets the Minimum property of the specified .
The type of the scroll bar, must inherit from .
Returns: . The modified scroll bar with the updated Minimum property.
Sets the AutoHide property of the specified .
The type of the scroll bar, must inherit from .
Returns: . The modified scroll bar with the updated AutoHide property.
Sets the SmallChange property of the specified .
The type of the scroll bar, must inherit from .
Returns: . The modified scroll bar with the updated SmallChange property.
Sets the Value property of the specified .
The type of the scroll bar, must inherit from .
Returns: . The modified scroll bar with the updated Value property.