I am using a TextView inside a ScrolledWindow in an application designed using Monodevelop 1.0 with the Stetic designer. When I type text into the TextView, it works but does not scroll with the text. A little research into this helped me find a solution where I add the TextView to the ScrolledWindow first, and then add the ScrolledWindow to its container. Since I am using the Stetic designer, and not adding my GUI elements in code, is there any way to get the desired result, or do TextViews simply not work with ScrolledWindows in the designer?
--Jestin _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
