How to save TreeView structure in WPF
Hi every body
I'm trying to write a WPF application and it includes a treeview, and my problem is how to save the structure of my treeview so that i can reconstruct it later i know that i should implement recursive Fn but i failed to do it(although i did it in treeview of window form) so if any one have an idea about how to implement this fn in WPF or have any other idea be my guest.
|