Scroll one row at a time

Hi, could you add functionality for scrolling one row at a time in ListBox.

Regards

Jonas

You can do that by calling getVerticalScrollBar()->moveScrollbarInSteps (1 or -1)

Ohh sorry, I didnt explain so good. What I ment was to ask you if you could add a flag so that scrolling or pressing on down button scrolls one row(one item) at the time.

Regards

Jonas

maybe: getVerticalScrollBar()->setSingleStepSize(1.0) ?