D
Dale Fye
I'm using a treeview control to display some heirarchical
data. Unfortunately, when in the design mode it appears
that this control only has five events (OnUpdate, OnEnter,
OnExit, OnGotFocus, OnLostFocus). Although the Enter,
Exit, GotFocus, LostFocus fire, I cannot figure out what
causes the Update to fire. Additionally, I had assumed
there would be events for Checked, Selected, or something
else.
I'd like to be able to display some detail for each item
when it is selected, but the only way I have been able to
figure out to do this to date is to use the forms timer
event. There has to be a better way.
Thanks
data. Unfortunately, when in the design mode it appears
that this control only has five events (OnUpdate, OnEnter,
OnExit, OnGotFocus, OnLostFocus). Although the Enter,
Exit, GotFocus, LostFocus fire, I cannot figure out what
causes the Update to fire. Additionally, I had assumed
there would be events for Checked, Selected, or something
else.
I'd like to be able to display some detail for each item
when it is selected, but the only way I have been able to
figure out to do this to date is to use the forms timer
event. There has to be a better way.
Thanks