[Gtk-sharp-list] get value of a cell
herrhund
hans at hparis.com
Fri May 22 15:53:43 EDT 2009
Hello,
I have a treeview and need to get the value of a cell when the users click
on it. I'm trying to get it using the RowActivated event but can't figure
how! I was able to get the column title and the row index, but not the cell
value. Any help would be really appreciated. :)
This is my idea:
private void treeview1_RowActivated(object sender, RowActivatedArgs e)
{
entry1.Text = [value of the clicked cell]
}
Thanks!!!
--
View this message in context: http://www.nabble.com/get-value-of-a-cell-tp23676648p23676648.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
More information about the Gtk-sharp-list
mailing list