treeview control

  • Thread starter Thread starter Kenneth Windish
  • Start date Start date
K

Kenneth Windish

Hi,

I have a treeview that displays data from a xml file. As different nodes are
selected relevant data is shown on the status bar.
After I change the data several times, suddenly the treeview is blank. The
data is still there, because I can use the navigation button and still
select the node items but the display is invisible. Attempts to reload data
result in the same action - data is there and I can scroll through the data
and see the results in the status bar but the treeview control is blank.
Any ideas??

TIA
Ken
 
Hi,

Thanks for reply.

I already have a refresh in the afterselect event.
What's strange is that the scroll bar is there and the afterselect events
are processed(node is compared with xml look up and pricing cost are
displayed in the status bar so the treeview is there is is just invisible.

Ken
 
Back
Top