Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
744
Adding Pre-designed Tiles / Documents
posted

I've been experimenting with the tiles control and have worked out exactly how I want my application to work.

There will be a few tiles and a document area like in visual studio.

I've defined the individual tiles in the  xaml for the wpf window.

The only thing I don't understand is how to design a document form (independantly of the window) so I can use it repeatedly in the document area, by adding programatically, whenever a new customer record is opened by the user. (each document in the document area would be for a different customer, consisting of a tabcontrol with some text boxes and a datagrid).

Please can you explain this for me?

- Anthony