Hey there,
I'm trying to use a GtkScrolledWindow with the capability of scrolling,
but not displaying scroll bars (so the content has the appropriate
height). I need this behaviour, because I am using a small touch display
and handle the scrolled with bigger and easier to push buttons.
If I set the scrollbars' policy to never, the scrollbar is not
displayed, but the window is not as small as I want it, but as big as
its content. I want it to have the same size as with scrollbars, but
without displaying them.
Somebody has a clue on how to achieve this?