Posted: Wed Mar 17, 2010 10:50 am Post subject: Can we remove Scroll bars from GtkScrolledWindow
Is it possible to remove visible scroll bar from GtkScrolledWindow so that we can have just a scrolled window with out scrolled bar on Right side of the window.
when I use policy GTK_POLICY_NEVER it hides the scroll bars but it does not scroll contains, I don't want to display scroll bars but I want scrolling contains. how do i archive it?