Intersoft ClientUI Documentation
HorizontalScrollMode Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : HorizontalScrollMode Property






Gets or sets a value that determine the horizontal scroll mode.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property HorizontalScrollMode As ScrollMode
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As ScrollMode
 
instance.HorizontalScrollMode = value
 
value = instance.HorizontalScrollMode
C# 
[CategoryAttribute("Common Properties")]
public ScrollMode HorizontalScrollMode {get; set;}
Delphi 
public read-write property HorizontalScrollMode: ScrollMode; 
JScript 
CategoryAttribute("Common Properties")
public function get,set HorizontalScrollMode : ScrollMode
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property ScrollMode get_HorizontalScrollMode();
public: __property void set_HorizontalScrollMode( 
   ScrollMode value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property ScrollMode HorizontalScrollMode {
   ScrollMode get();
   void set (    ScrollMode value);
}

Remarks

When you need to increase the scrolling performance even further, especially due to larger view port, you can set the HorizontalScrollMode and VerticalScrollMode properties to Deferred. In this mode, the row virtualization will be suspended during scrolling, and resumed when the scrolling completes.

When you set the scroll mode to Deferred, you will see a visual indicator as you scroll through the vertical scroll bar. You can use the ScrollIndicatorBinding or ScrollIndicatorTemplate to customize the appearance and template of the scrolling visual indicator.

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.