
Hello,
I'd like to use ToolWindow.ToolWindowContainerTitleBarContextContentTemplate with MVVM.
Could you please tell me how to do it?
Hello,
I'd like to use ToolWindow.ToolWindowContainerTitleBarContextContentTemplate with MVVM.
Could you please tell me how to do it?
Hello,
The ToolWindowContainerTitleBarContextContentTemplate property on ToolWindow is a dependency property like any of the others, such as Title, IsOpen, etc. You can bind to it the same way as we show in the MVVM samples for the other properties.
Please log in to a validated account to post comments.