At the moment i am saving properties of windows etc in a Usersettings (user.config) file using binding. E.g. binding the size of the Bottom Dock container:
This works.
Now i want to save the AutoHide property of the containers or windows. Please give me a hint, i cant find it:(
Txs
Martin
DockSite.ControlSize="{Binding Source={x:Static props:Settings.Default}, Path=BottomToolWindowControlSize, Mode=TwoWay}
Now i want to save the AutoHide property of the containers or windows. Please give me a hint, i cant find it:(
Txs
Martin