Hi Özden,
I suppose you are trying to load recursively the hole treeview. Why you
don't try to load only the first level of the current node?. In that way, it
does'nt matter if you (or somebody) open a node which it was yet visited,
because only the next level will be charged.
Another aproach it will be to determine programatically with the
ReferenceEquals method if the property you are trying to inspect it's
equivalent to a parent object, and cancel the inspection in that case...
Regards,
Mario Vazquez
> Hello,
>
[quoted text clipped - 21 lines]
>
> Özden
Özden Irmak - 01 Jan 2007 11:52 GMT
Hello Mario,
Thank you very much for the "ReferenceEquals" tip, it'll be really helpfull
for me.
I think after "ReferenceEquals", feed as needed won't be necessary for me.
Although my code still doesn't work as expected, it seems there are other
problems than self referencing.
Thank you very much again and wish a happy new year for you...
Regards,
Özden
> Hi Özden,
>
[quoted text clipped - 34 lines]
>>
>> Özden