Hi all,
I’m using Access 2002 with a database in Access 2000 format in Windows XP
home. I have a Treview control in a form, which I need to selectively make
visible or not visible depending on some conditions. Also, I’m using the
expand event to perform some operations. This works fine the first time,
but if I set the “visible” property to False (in some cases I need to make
this Treeview disappear from the screen), the next time I set “visible” to
True, it causes the “expand” event to be triggered even if there were no
expanded nodes before making the Tree invisible (weird, isn’t it?). The worst part is that the
expand event is triggered several times at this point.
Any ideas about this behavior?
Thanks in advance.