On Wed, 2008-03-05 at 11:23 +0800, Marc Glenn wrote:
> Hello guys,
> 
>      I am using the TreeView with the TreeStore model.
>      I would like to make the root node /"uncollapsable"/ since there is 
> no need to collapse the root node in a TreeView.

Not sure I understand, but if you don't want a collapsable toplevel
node, don't insert one.  Just insert your real toplevel nodes into the
view.  You don't have to have a single root node.  You can insert nodes
with a null parent.

-- 
Mike Kestner <[EMAIL PROTECTED]>

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to