1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Documentation fix.

This commit is contained in:
jules 2012-05-27 11:11:37 +01:00
parent 276e7622a9
commit decd6dc9fe

View file

@ -44,7 +44,7 @@
The scrollbar will adjust its own visibility according to whether its thumb size
allows it to actually be scrolled.
For most purposes, it's probably easier to use a ViewportContainer or ListBox
For most purposes, it's probably easier to use a Viewport or ListBox
instead of handling a scrollbar directly.
@see ScrollBar::Listener