
This is a example: https://ibb.co/XzMzfRd
I want to use code to dock the "Output" window below the editor instead of below the entire interface.
How to achieve this in mvvm mode? Thanks!
This is a example: https://ibb.co/XzMzfRd
I want to use code to dock the "Output" window below the editor instead of below the entire interface.
How to achieve this in mvvm mode? Thanks!
Hello,
For a more complicated scenario like that when using MVVM, you'd have to handle the DockSite.WindowDefaultLocationRequested event (described here) to tell Output to dock under the tabbed MDI area (TabbedMdiHost) by default via its event arguments.
Please log in to a validated account to post comments.