[]
Specifies options that customize scrollbar behavior.
[Flags]
public enum ScrollFlags
| Name | Description |
|---|---|
| AlwaysVisible | Keep scrollbars visible even when they are disabled. |
| DelayedScroll | Do not scroll the control contents until the user releases the scrollbar thumb. |
| EnsureFirstVisible | When both this flag and ScrollByRowColumn are set, the first visible column(row) always sticks to the left(top) viewport border. |
| KeepMergedRangePosition | Do not scroll the control to the first cell of merged range. |
| None | Use the default scrolling behavior. |
| ScrollByRowColumn | Scroll by rows and columns (instead of by pixel). |
| ShowScrollTips | Fire the ShowScrollTip event and display a tooltip next to the vertical scrollbar while scrolling vertically. |