Saving/Loading ToolStrip Location within a ToolStripPanel

  • Thread starter Thread starter MLM450
  • Start date Start date
M

MLM450

Does anybody know how to load a ToolStrip's location within a
ToolStripPanel? I have several ToolStrips and want them to remember
their location from one session to the next.

I have tried saving the Location property and reapplying it, but it
doesn't always give the desired results. I have tried setting the
location before and after adding the ToolStrip. I have tried
suspending/resuming/performing layout on the panel. Nothing seems to
give me consistent results.

I don't think the ToolStripManager is an option because I need to
save the info in a database so the user gets the desired results no
matter which work station they use.

Any ideas?
 
Back
Top