GTK Scolled Window - Keep Scroll Bar at bottom

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-04-14T20:48:09Z Indexed on 2010/04/17 21:23 UTC
Read the original article Hit count: 236

Filed under:
|
|

I have a GTK/C++ program that uses a ScrolledWindow. I keep adding data to the list within the scrolled window, and I want to keep focus on the newest item. But I also want to allow the user to scroll through the data to select an old item. Is there a way to do this? I've looked everywhere but can't find anything.

© Stack Overflow or respective owner

Related posts about c++

Related posts about gtk