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






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

Syntax

Visual Basic (Declaration) 
Public Property CanHorizontallyScroll As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FlowDocumentViewerPanel
Dim value As Boolean
 
instance.CanHorizontallyScroll = value
 
value = instance.CanHorizontallyScroll
C# 
public bool CanHorizontallyScroll {get; set;}
Delphi 
public read-write property CanHorizontallyScroll: Boolean; 
JScript 
public function get,set CanHorizontallyScroll : boolean
Managed Extensions for C++ 
public: __property bool get_CanHorizontallyScroll();
public: __property void set_CanHorizontallyScroll( 
   bool value
);
C++/CLI 
public:
property bool CanHorizontallyScroll {
   bool get();
   void set (    bool value);
}

Property Value

true if scrolling is possible; otherwise false. 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.