Thanks - I did it and it seems (also from the docs) to affect the framerate, not the discrete scroll-behaviour. Nautilus panels scroll by ca. one line height, I want them to scroll continously, by one pixel only at a time..

-- Siemen

On Tue, Jan 10, 2017 at 6:16 PM, phil@highoctane.be <phil@highoctane.be> wrote:
Try this:

WorldState MinCycleLapse: 16.

Should make things better.

Phil

On Tue, Jan 10, 2017 at 5:40 PM, Siemen Baader <siemenbaader@gmail.com> wrote:
Hi All,

I'm used to and like the smooth scrolling of modern browsers and OS'es and miss it in Pharo. It as discrete scroll deltas; when I scroll it moves the window content by several pixels or not at all if the movement is below a certain threshold. How can I enable smooth scroll / set that threshold to 1px? And how could I learn if I did not ask on the list?��

thanks,
Siemen