Hi,
In our application we are using SandDock(winform .Net2.0) currently. Now, If i replace it with WPF SandDock am i have to change anything in code or is it have backward compatibility.....?
If so, then what are all the things i need to rewrite...?
SandDockWPF is a completely different product with a completely different API. When moving from windows forms to WPF you'll need to rewrite most if not all of your UI code, and SandDock is no exception.