Intersoft ClientUI Documentation
ScrollHost Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ItemsControlHelper Class : ScrollHost Property






Gets a ScrollViewer that is used to scroll the items in the ItemsHost.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ScrollHost As ScrollViewer
Visual Basic (Usage)Copy Code
Dim instance As ItemsControlHelper
Dim value As ScrollViewer
 
value = instance.ScrollHost
C# 
public ScrollViewer ScrollHost {get;}
Delphi 
public read-only property ScrollHost: ScrollViewer; 
JScript 
public function get ScrollHost : ScrollViewer
Managed Extensions for C++ 
public: __property ScrollViewer* get_ScrollHost();
C++/CLI 
public:
property ScrollViewer^ ScrollHost {
   ScrollViewer^ get();
}

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.