
Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
Hi Alex
I have a treeview, and I want the user to be able to change a data, just by
picking the cell and writing something in. Is it posible? Or what would be
the way to do so, because I have a table like this:
2005 1
2006 2
2007 8
2008 10 and so forth
But I want the user to see ti as this:
2005 2006 2007 2008
1 2 8 10
and then the user make a click on the 1 and be able to change it to 8 or
whatever...
I hope i am making myself clear, am I?
Thanks a lot, Lina
> Hi Lina,
> perhaps you can better explain what do you mean by "change the data of a
[quoted text clipped - 31 lines]
> >
> > Thanks a lot, Lina
Alex Dybenko - 07 Jan 2006 10:05 GMT
Hi Lina,
for treeview you can set LabelEdit property to automatic, this will allow
user to edit node text directly in treeview, and then you can use
BeforeLabelEdit event to update table with data entered

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hi Alex
> I have a treeview, and I want the user to be able to change a data, just
[quoted text clipped - 55 lines]
>> >
>> > Thanks a lot, Lina
Lina Manjarres - 07 Jan 2006 15:20 GMT
I am so sorry Alex, I made a mistake, I was talking about listview, not
treeview.
> Hi Lina,
> for treeview you can set LabelEdit property to automatic, this will allow
[quoted text clipped - 60 lines]
> >> >
> >> > Thanks a lot, Lina
Alex Dybenko - 08 Jan 2006 15:06 GMT
Hi Lina,
you can do he same in listview, if also has same property and event

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
>I am so sorry Alex, I made a mistake, I was talking about listview, not
> treeview.
[quoted text clipped - 68 lines]
>> >> >
>> >> > Thanks a lot, Lina