How to detect data binding completed in WPF -
When I select an item on my previewview, refresh to see a significant time difference from my view-modal class I am going to show a waiting cursor during this time - I have tried to wrap the code which is my view-modal class. Provides immediate, but complete data binding Cursor before One is back in two seconds is over and node Hi-lighted. Is there any such thing that tells me that the bond is ending or when the node is over?
It is nothing with the expansion of nodes, just selecting the top-level nodes.
Thanks for any help.
Events filled on the desired TreeView control will be after all Binding has been established I think that It happens before everything is drawn, though it can not be exactly what you want, what you want
Comments
Post a Comment