[Gtk-sharp-list] progressbar on a treeview

Andrey Gankov gankov.andrey at inbox.ru
Fri Dec 18 06:07:29 UTC 2015


Did you see the tutorial?
http://www.mono-project.com/docs/gui/gtksharp/widgets/treeview-tutorial/
I can not fully understand your question. But CellRenderProgress has "Value"
property to set percent.

You can add new column, like 

 tree.AppendColumn ("Percent", new Gtk.CellRenderProgress (), "value", 1);



--
View this message in context: http://mono.1490590.n4.nabble.com/progressbar-on-a-treeview-tp4667178p4667179.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list