Intersoft ClientUI Documentation
ScrollViewer Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXListBox Class : ScrollViewer Property






Gets the scroll element.

Syntax

Visual Basic (Declaration) 
Protected Property ScrollViewer As UXScrollViewer
Visual Basic (Usage)Copy Code
Dim instance As UXListBox
Dim value As UXScrollViewer
 
instance.ScrollViewer = value
 
value = instance.ScrollViewer
C# 
protected UXScrollViewer ScrollViewer {get; set;}
Delphi 
protected read-write property ScrollViewer: UXScrollViewer; 
JScript 
protected function get,set ScrollViewer : UXScrollViewer
Managed Extensions for C++ 
protected: __property UXScrollViewer* get_ScrollViewer();
protected: __property void set_ScrollViewer( 
   UXScrollViewer* value
);
C++/CLI 
protected:
property UXScrollViewer^ ScrollViewer {
   UXScrollViewer^ get();
   void set (    UXScrollViewer^ 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.