I'm planning to create a desktop application That has moveable UI. How can attain it and save the specific settings of user? Within a local computer.
1 Answer
You could use a Canvas and add your controls to that. With adorners you can make the controls dragable.
On UIElement moved or on shutdown you save the positions e.g. to a xml file like described here:
How do I write an XML string to a file?
An example for an adorner:
.Locationproperty