ScrollableControlExtensions
Wisej.Web.Markup.ScrollableControlExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.ScrollableControlExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the ScrollableControl class.
Sets the AutoScroll property for the specified ScrollableControl, enabling or disabling automatic scrolling.
autoScroll
A boolean value indicating whether to enable automatic scrolling. Default is false
.
Returns: TControl. The scrollable control with the updated AutoScroll property.
This method allows you to control whether the control automatically displays scroll bars when its contents exceed its visible boundaries.
Attaches a scroll event handler to a ScrollableControl.
TControl
The type of the scrollable control.
Returns: TControl. The control with the attached scroll event handler.
This method allows you to easily attach a scroll event handler to a scrollable control. The provided action is executed whenever the scroll event occurs.