Intersoft ClientUI Documentation
CanVerticallyScroll Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > VirtualizingStackPanel Class : CanVerticallyScroll Property






Gets or sets a value that indicates whether scrolling on the vertical axis is possible.

Syntax

Visual Basic (Declaration) 
Public Property CanVerticallyScroll As Boolean
Visual Basic (Usage)Copy Code
Dim instance As VirtualizingStackPanel
Dim value As Boolean
 
instance.CanVerticallyScroll = value
 
value = instance.CanVerticallyScroll
C# 
public bool CanVerticallyScroll {get; set;}
Delphi 
public read-write property CanVerticallyScroll: Boolean; 
JScript 
public function get,set CanVerticallyScroll : boolean
Managed Extensions for C++ 
public: __property bool get_CanVerticallyScroll();
public: __property void set_CanVerticallyScroll( 
   bool value
);
C++/CLI 
public:
property bool CanVerticallyScroll {
   bool get();
   void set (    bool 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.