Possible values for the second argument of Wx::Scrolled#show_scrollbars.
Never show the scrollbar at all.
Wx::ScrollbarVisibility.new(-1)
Show scrollbar only if it is needed.
Wx::ScrollbarVisibility.new(0)
Always show scrollbar, even if not needed.
Wx::ScrollbarVisibility.new(1)