Quote Originally Posted by Krool View Post
...I said LIKE mechanism of reader mode.
Yep, the greater the (Pixel-)-distance in y-Direction from a "Fix-Point" -
the higher the "Rows-per-Tick"-speed in the ScrollTimer-Event (which you probably already have anyways).

The only difference is, that there's now two "Fix-points" you measure Pixel-distances from:
- in Scroll-down-mode, the Pixel-Diff is measured as Delta to the BottomLine of the Ctl
- in Scroll-up-mode, to the Top-Line of the Ctl respectively

For the cwVList-Widget, I think I have 3 speed-levels (related to the Pixel-Delta):
- 1-15 = "normal speed"
- 16-30 = "higher speed"
- > 30 = "highest speed"

Olaf