FlexGrid for WinForms
ScrollFlags Enumeration



Specifies options that customize scrollbar behavior.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ScrollFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ScrollFlags
[Flags()]
public enum ScrollFlags : System.Enum 
[Flags()]
public enum class ScrollFlags : public System.Enum 
Members
MemberDescription
AlwaysVisibleKeep scrollbars visible even when they are disabled.
DelayedScrollDo not scroll the control contents until the user releases the scrollbar thumb.
KeepMergedRangePositionDo not scroll the control to the first cell of merged range.
NoneUse the default scrolling behavior.
ScrollByRowColumnScroll by rows and columns (instead of by pixel).
ShowScrollTipsFire the C1FlexGridBase.ShowScrollTip event and display a tooltip next to the vertical scrollbar while scrolling vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ScrollFlags

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

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback