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
1690
How to Persist Settings
posted

Hello,

How can i persist/apply the XamOutlookBar settings? in particular, i want to persist the index of each group (if end user decides to change their order), the visible/collapsed groups and what groups belongs to navigation / overflow area of the control.

Using Persistence Manager does not work as expected, using IProvideCustomObjectPersistence interface and saving the above info, i do not have any method to set index/overflow and navigation items through code.

Thank you in advance,

Michael

Parents
  • 1670
    posted

    Hello redbyron,

    I am attaching a sample that is showing you how you could achive storing specific XamOutlookBar settingis in a file inside IsolatedStorage! If you don't want to use IsolatedStorage, you could just use MemoryStream, but it will work only for the current run of the application! If there is other questions, please feel free to share them!

    Regards,

    Nikola.

Reply Children