Saving control settings

  • Thread starter Thread starter Soeren D.
  • Start date Start date
S

Soeren D.

I have an application with splitters, listviews and resizeable forms. Is
there an easy way to serialize the control settings??. For instance saving
if the user has moved the splitter making a listview larger and have
manipulated with the length of columns in a listview.

It would be nice if the application saved such settings.

Thanks in advance

Soeren D.
 
How easy do you want it to be? I don't think you'll
find a one-line solution (although that would be nice).
Just save the info that you think is important by
reading the properties from the corresponding
control. IMHO that's fairly easy.

/claes
 
Back
Top