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.
<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.
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