« Return to Thread: how to create zebra stripes in treeview

Re: how to create zebra stripes in treeview

by Jacek R. :: Rate this Message:

Reply to Author | View in Thread

Am Donnerstag 04 Juni 2009 19:40:42 schrieb Miroslav Biňas:
> my problem is to create stripes in TreeView with ListStore model.
>
Try this:

            TreeView priceMatrixTreeView = new TreeView();
            this.priceMatrixTreeView.RulesHint = true;

The RulesHint property switches striping on resp. off.

Regards
Jacek Rużyczka



----------------------------------------------------------------------
Zostan dziennikarzem obywatelskim!
Sprawd� sie >>> http://link.interia.pl/f21b9


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

 « Return to Thread: how to create zebra stripes in treeview