Tree Ctrl Refreshing
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have 2 tree controls and when i drag an item form one tree control to another, the tree control doesnot get refreshed. what should i do to avoid that :doh: Manickavasagam N Software Engg. Consultant ISRO Satellite Centre Bangalore
-
I have 2 tree controls and when i drag an item form one tree control to another, the tree control doesnot get refreshed. what should i do to avoid that :doh: Manickavasagam N Software Engg. Consultant ISRO Satellite Centre Bangalore
did you try m_tree.Invalidate(TRUE); it works fine with me.