What is the proper way to pin/AutoHide a ToolWindowContainer via DataBinding?
If a container is in <actidock:DockSite.AutoHideLeftContainers>, it'll be in AutoHide state on program launch - but I can't figure out how to pin it. Conversely, if added just via a regular SplitContainer, it'll start 'Pinned' - but I can't figure out how to un-pin. The "State" property is missing a setter, & I wasn't able to dig up much else - what's the best way to switch states programmatically without breaking MVVM?
Thanks :)