[Gtk-sharp-list] ScrolledWindow Events

Jeremiah McElroy jeremiah@facility9.com
Sat, 28 Feb 2004 15:48:58 -0500


Davy Brion wrote:

>// add the text to the TextBuffer
>buffer.Insert(buffer.EndIter,strMessage);
>// scroll the textview to the insertion mark
>view.ScrollMarkOnscreen(buffer.InsertMark);
>
>hope this helps,
>Davy Brion
>

Thanks, that did the trick perfectly.