I am encountering a problem now. I want to not display the title bar of all Document windows. How should I deal with it?
I am encountering a problem now. I want to not display the title bar of all Document windows. How should I deal with it?
Hello,
Can you provide more detail on your configuration? The reason I ask is that tabbed MDI document windows don't have title bars. Or are you using standard (windowed) MDI instead, or are you referring to floating dock hosts?
I want to hide the title bar of the marked part in the picture, how do I need to do it.
Hello,
May I ask why you want to hide all the tabs of the tabbed MDI documents? There isn't an option for that right now.
If you want to show some content in the Workspace you can leave the TabbedMdiHost out of the XAML hierarchy and put the content right as a child of the Workspace. That will allow tool windows to dock around the Workspace, which can contain any content you want.
Please log in to a validated account to post comments.