LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ScrollViewer Property
See Also 
Leadtools.Windows.Controls Namespace > ImageViewer Class : ScrollViewer Property



Gets the ScrollViewer part of this control Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ScrollViewer As ScrollViewer
Visual Basic (Usage)Copy Code
Dim instance As ImageViewer
Dim value As ScrollViewer
 
value = instance.ScrollViewer
C# 
public ScrollViewer ScrollViewer {get;}
C++/CLI 
public:
property ScrollViewer^ ScrollViewer {
   ScrollViewer^ get();
}

Property Value

The ScrollViewer control that forms part of this control.

Example

For C#/VB examples, refer to ImageViewer.ScrollChanged.

For C#/VB examples, refer to ImageViewer.ScrollChanged.

Remarks

Use this property to get the ScrollViewer control that forms part of this control. You can use this control to subscribe to events, add content and perform various custom operations on it.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also