Scrollbar visibility request

hi,

It would be nice to have a flag in scrollbar to make sure it’s always visible or always hidden, or shown depending on the content as it is now.

+1

+1 also - we could really do with a neat way of forcing the scrollbar in our listbox to never be visible.

No problem, I’ll add that.

For the listbox, the best way will be to expose its ViewPort, so you can call setScrollBarsShown() on it.

I’ve udpated to the latest version, thanks for the changes.