LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

ScrollViewer Property






Gets the ScrollViewer part of this control .NET support Silverlight support
Syntax
public ScrollViewer ScrollViewer {get;}
'Declaration
 
Public ReadOnly Property ScrollViewer As ScrollViewer
'Usage
 
Dim instance As ImageViewer
Dim value As ScrollViewer
 
value = instance.ScrollViewer
public ScrollViewer ScrollViewer {get;}
 get_ScrollViewer(); 
public:
property ScrollViewer^ ScrollViewer {
   ScrollViewer^ get();
}

Property Value

The ScrollViewer control that forms part of this control.
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.

Example

For C#/VB examples, refer to ScrollChanged.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.