I have a xml file which I want to edit using automatic data binding in my wpf application.
Can anyone lead me into this please? For example, can I add all the xml contents into a treeview? More…if I modify the xml by hand, will the treeview auto-refresh with the new values?
Thanks
I think you are looking for the XmlDataProvider. Here is an article about how to use it: http://www.codeproject.com/KB/WPF/WpfXml2WayDataBinding.aspx