Re: Attaching data to TreeView rows



Am Sat, 13 Oct 2007 10:49:28 +0200 schrieb Andreas Volz:

> Hello,
> 
> my application uses a treeview. It has only one displayed column, but
> I need to attach some data that isn't viewable by a user. I had such a
> problem in the past in another application. There I added a text
> column and hide it. But here I like to attach a bigger structure for
> each row that has a list and some strings in it.
> 
> Is there a way to attach not renderable data to each row of a
> treeview? Or should I add a hidden id and maintain a second structure
> with my data in another place? So what do you think is the best? Any
> other ideas?

Forget the question. It simply worked by adding the complex object to a
hidden column. I made a mistake before.

thanks anyway
Andreas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]