Intersoft ClientUI Documentation
ScrollOwner Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > FlowDocumentViewerPanel Class : ScrollOwner Property






Gets or sets a System.Windows.Controls.ScrollViewer element that controls scrolling behavior.

Syntax

Visual Basic (Declaration) 
Public Property ScrollOwner As ScrollViewer
Visual Basic (Usage)Copy Code
Dim instance As FlowDocumentViewerPanel
Dim value As ScrollViewer
 
instance.ScrollOwner = value
 
value = instance.ScrollOwner
C# 
public ScrollViewer ScrollOwner {get; set;}
Delphi 
public read-write property ScrollOwner: ScrollViewer; 
JScript 
public function get,set ScrollOwner : ScrollViewer
Managed Extensions for C++ 
public: __property ScrollViewer* get_ScrollOwner();
public: __property void set_ScrollOwner( 
   ScrollViewer* value
);
C++/CLI 
public:
property ScrollViewer^ ScrollOwner {
   ScrollViewer^ get();
   void set (    ScrollViewer^ value);
}

Property Value

A System.Windows.Controls.ScrollViewer element that controls scrolling behavior. This property has no default value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.