I get item.Target property (an ID value) from ControlXamRibbon.QuickAccessToolbar.Items and I save them into Settings. I want to programitically load them into QuickAccessToolbar again from Settings. But when i rerun the application those Target values change.
Is there a solution to save and load QuickAccessToolbar.Items.
If you don't set the Id property of each tool then its Id is set to a unique autogenerated value so each time the application is run that value will be different. If you're going to save the items of the QAT then you need to set the Id property of each tool to a unique value.