[MonoDevelop] Gtk.ScrolledWindow
Adam Williams
awilliam at whitemice.org
Wed Oct 11 12:11:27 EDT 2006
I'm developing an app using Monodevelop+Stetic and have something weird.
I have a notebook with multiple tabs; in each tab I can insert a
NodeView and that works fine. Except I need the NodeView to be in a
ScrolledWindow; but if I add the ScrolledWindow and then place the
NodeView inside I see nothing when the app is run. Not the scroll bars
from the ScrolledWindow or any sign of the NodeView. The
ScrolledWindow seems to get initialized as I can assign the NodeView as
its child without producing an error:
---
delegatedTaskWindow.Child = delegatedList;
delegatedTaskWindow.ShowAll();
-
delegatedTaskWindow is the Gtk.ScrolledWindow created by Stetic and
delegatedList is a 'manually' created NodeView. I've even tried:
---
delegatedTaskWindow.ChildVisible = true;
delegatedTaskWindow.ShowAll();
taskNotebook.ShowAll();
-
Nothing seems able to make the Gtk.ScrolledWindow or its contents
appear.
monodevelop-0.12-0.novell
mono-core-1.1.17.1-0.novell
gtk-sharp-1.0.10-30
gtk-sharp2-2.8.3-0.suse101.novell
Is this possible a bug in Stetic or am I missing something?
More information about the Monodevelop-list
mailing list