Intersoft ClientUI Documentation
VerticalScrollMode Property



Gets or sets a value that indicates the vertical scroll mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property VerticalScrollMode As ScrollMode
Dim instance As UXGridView
Dim value As ScrollMode
 
instance.VerticalScrollMode = value
 
value = instance.VerticalScrollMode
[CategoryAttribute("Common Properties")]
public ScrollMode VerticalScrollMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ScrollMode VerticalScrollMode {
   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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback