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