c# - Save a ListView into Settings.settings? -
How can I save a ListView from multicolumns to Settings.settings and load them on run? I'm trying to save a ListView with 3 columns. How can i do
- Tie list view in some data structure.
- Using the SerialLaze xmlseriualizer - Then you can save the result in the settings.
Restructuring is done using deserialize.
Stringworter output = new string viver (new string builder ()); XmlSerializer s = new XmlSerializer (this.GetType ()); S.Serialize (production, this); Var result = output. Toaster ()
Comments
Post a Comment