FlexPivot for WinForms
ScrollFlags 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : ScrollFlags 列挙体
Specifies options that customize scrollbar behavior.
シンタックス
'宣言
 
Public Enum ScrollFlags 
   Inherits System.Enum
public enum ScrollFlags : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間