TextBoxScroller
Represents a scroller in RadTextBoxControlElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class TextBoxScroller : IDisposable
Inheritance: objectTextBoxScroller
Implements:
Constructors
Initializes a new instance of the TextBoxScroller class.
public TextBoxScroller(RadScrollBarElement scrollBar)
The scroll bar.
Properties
Gets the size of the client area.
public SizeF ClientSize { get; }
The size of the client.
Gets the desired size of the document
public SizeF DesiredSize { get; }
The size of the desired.
Gets or sets the large change of the scrollbar.
public int LargeChange { get; set; }
The large change.
Gets the associated scroll bar.
public RadScrollBarElement ScrollBar { get; }
Gets or sets the state of the scrollbar.
public ScrollState ScrollState { get; set; }
The state of the scrollbar.
Gets or sets the small change of the scrollbar.
public int SmallChange { get; set; }
The small change.
Methods
protected ~TextBoxScroller()
public void Dispose()
Implements:
Resumes the notifications of event.
public void ResumeNotifications()
Sets the scroll bar visibility.
protected virtual void SetScrollBarVisibility()
Suspends the notifications of event.
public void SuspendNotifications()
Updates the scroll bar
protected virtual void UpdateScrollBar()
Events
Occurs when the scroller is updated.
public event EventHandler ScrollerUpdated