[Gtk-sharp-list] ScrolledWindow Events

Jeremiah McElroy jeremiah@facility9.com
Sat, 28 Feb 2004 07:49:44 -0500


I'm working on a Debug Window class for an application I'm writing.  
I've managed to hook up some events and get the resulting window to 
appear and hold text (TextView inside a ScrolledWindow).  However, when 
I append text to the TextBuffer associated with TextView.Text, the 
buffer will eventually become larger than the viewport of the 
scrolledwindow. 

I have been trying to figure out how to get the ScrolledWindow to scroll 
down when new text is entered.  Any suggestions would be appreciated.  
I've been looking through MonoDoc, but I haven't had much luck yet.

Thanks in advance,

Jeremiah McElroy