GrapeCity MultiRow Windows Forms Documentation
ScrollOnThumbTrack Property


Gets or sets a value that indicates the direction and whether the GcMultiRow control can be scrolled immediately when dragging the thumb button of the horizontal or vertical System.Windows.Forms.ScrollBar.
Syntax
<FeatureAttribute(Name="Scroll", Version="v5.0")>
<SRDescriptionAttribute("Indicates whether the GcMultiRow control can be scrolled immediately when dragging the thumb button of the horizontal or vertical scroll bars.")>
<SRCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property ScrollOnThumbTrack As ScrollOnThumbTrack
Dim instance As GcMultiRow
Dim value As ScrollOnThumbTrack
 
instance.ScrollOnThumbTrack = value
 
value = instance.ScrollOnThumbTrack
[Feature(Name="Scroll", Version="v5.0")]
[SRDescription("Indicates whether the GcMultiRow control can be scrolled immediately when dragging the thumb button of the horizontal or vertical scroll bars.")]
[SRCategory("Behavior")]
[DefaultValue()]
public ScrollOnThumbTrack ScrollOnThumbTrack {get; set;}

Property Value

One of the ScrollOnThumbTrack values that indicates whether the GcMultiRow control can be scrolled immediately when dragging the thumb button of the horizontal or vertical System.Windows.Forms.ScrollBar. The default is ScrollOnThumbTrack.Both.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the ScrollOnThumbTrack values.
Remarks
This property controls whether the GcMultiRow control scrolls immediately when dragging the scroll bar thumb track.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.