Hello,
i want to use the Persistence Framework inorder to persist the IsMinimized Property , the QAT Position and the QAT Items.
It seems to be a bug when the buttons are bound on Commands. - I have tested it with event handlers and works as expected
I use the following PersistenceSettings (only for the IsMinimized Property)
<ig:PersistenceManager.Settings>
<ig:PersistenceSettings SavePersistenceOptions="OnlySpecified" LoadPersistenceOptions="OnlySpecified"> <ig:PersistenceSettings.PropertySettings>
<ig:PropertyNamePersistenceInfo Options="PropertyName" PropertyName="IsMinimized"/>
</ig:PersistenceSettings>
</ig:PersistenceManager.Settings>
and when i load it back, i get a KeyNotFoundException
Regards,
Michael
Hi,
maybe i was unclear describing the issue.
The problem appears if you bind the ButtonTool's Command and CommandParameter properties.
I modified the sample in order to reproduce it.
Thank you,