Bwidget Scrolledwindow



Hello,

I'd like to use the Scrolledwindow widget but have the horizontal
scrollbar always drawn.

I looked into the options, found -auto and set it to none, but it's
not working as expected.

What do I do to make the horizontal bar always stay up?

set sw3 [ScrolledWindow $pw3.sw ]

Inside, I have a text widget.

Thanks!

.