GrapeCity MultiRow Windows Forms Documentation
ScrollOnThumbTrack Enumeration


Specifies which direction and when the GcMultiRow scroll bar is scrolled when dragging the thumb button of the horizontal or vertical System.Windows.Forms.ScrollBar.
Syntax
<FeatureAttribute(Name="Scroll", Version="v5.0")>
Public Enum ScrollOnThumbTrack 
   Inherits System.Enum
Dim instance As ScrollOnThumbTrack
[Feature(Name="Scroll", Version="v5.0")]
public enum ScrollOnThumbTrack : System.Enum 
Members
MemberDescription
BothCan scroll immediately when dragging the horizontal scroll bar or vertical scroll bar's thumb button.
HorizontalCan scroll immediately when dragging the horizontal scroll bar's thumb button.
NoneCannot scroll immediately when dragging the horizontal or vertical scroll bar's thumb button.
VerticalCan scroll immediately when dragging the vertical scroll bar's thumb button.
Remarks
When the Template is too big and complex, the scroll performance may be slow. To improve the user experience, set GcMultiRow.ScrollOnThumbTrack to something other than Both. This prevents MultiRow from scrolling until you release the mouse button.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.ScrollOnThumbTrack

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

GrapeCity.Win.MultiRow Namespace
ScrollOnThumbTrack Property

 

 


Copyright © GrapeCity, inc. All rights reserved.