Table of Contents

Class ScrollViewer

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a scrollable area that can contain other visible elements.

[ControlCategory("Containers")]
public class ScrollViewer : ContainerControl, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
Inheritance
ScrollViewer
Implements

Constructors

ScrollViewer()

Initializes a new instance of the ScrollViewer class.

Properties

ControlKind

Returns control identifier.

LayoutOffset

Gets or sets offset of the layout.

Methods

CreateHandler()

Creates a handler for the control.

LayoutCore()

Core layout method.

OnLayout()

Called when the control should reposition its child controls.

OnScroll(ScrollEventArgs)

Called when Scroll event is raised.

SetScrollInfo()

Updates scrollbars.