Re: GtkTreeView not scrolling



On Tue, 03 Feb 2004 17:23:00 +0000
Chris Seaton <chris chrisseaton com> wrote:

I have a GtkTreeView (backed by a GtkListStore if that is significant) 
that is the main widget in my main window. The tree view expands to show

every item so that when I have a hundred items the window is so huge 
that it goes right off the screen. How do I tell Gtk to make the window 
scroll and not try to fit every item in by resizing?


I suspect you'll have to put the TreeView into a ScrolledWindow to do
that. The scrolled window will take care of the scrolling.

John



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]