Hi, I am creating a tree control which represents a huge set of records. each record contains a number of properties and I want to be able to associte a structure like class with each node of the tree and fill in values for these properties in it at runtime. Is it possible to do such a thing.
regards, Shruti

