[Gtk-sharp-list] TreeView select multple rows

Jeremy Wells jeremy@olicomp.com
Sat, 20 Mar 2004 14:54:08 +0000


On Thu, 2004-03-18 at 18:41, Jeremy Wells wrote:
> How can i set a treeview so that you can select multiple items?
> 
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

ok so i found out how to do that, but my next question is how can I head
off a mouse click causing a selection. When i select multiple items in
my treeview and then right click for the context menu it deselects all
the items except the one the mouse is over. I'd like it instead to keep
the selection as it is when the right mouse button is clicked.

Jeremy