WinForm look to XML file

Weardoday

New Member
I need to write the look of a simple WinForm to XML code using C#. For example, I have a form with two buttons, listview, treeview, groupbox, menu and a panel.Later on, I need to read that file and it has to reconstruct exactly the same WinForm.Any ideas on how to approach this matter? I've seen a similar post about matter, but it only describes how to write values, not positioning, size, etc...This is anexample, how the data written in xml file should look like
 
Back
Top