Quantcast
Channel: Docking/MDI for WPF - Recent Posts
Browsing all 3024 articles
Browse latest View live
↧

Re: Merging menu from selected document into the main menu

Hi Jan, We don't have any custom bar controls at this time. It's something we have had requests for and might add in the future. But you could probably achieve this with regular MenuItems. You...

View Article


Theme Manager bug

Hi, We have a problem with an Excel VSTO addin that uses the WPF Syntax Editor. The same code was working fine in previous version and I've checked that we are calling the constructor from the u...

View Article


Re: Theme Manager bug

Hi Mihai, Can you put together a new simple sample project that shows this happening and send it to our support address so that we can work with that and see what change triggered this problem? ...

View Article

Re: Merging menu from selected document into the main menu

Allright. I'm sure I can make it work. Farther down the road I would like to support addons extending my application with custom document types, and then it would be necessary with a system where...

View Article

Re: Theme Manager bug

Hello, Problem has been fixed. the issue was that there was some code running before excel showed any ui, that was creating another Application so basically there were 2 Dispatchers running all a...

View Article


Different behaviors for Dock command in a floating ToolWindowContainer

Hello, I have noticed inconsistent behavior with the Dock command, when we have a floating ToolWindowContainer with ToolsWindow in it. If I right click on the title bar (ToolWindowContainerTitleB...

View Article

Re: Different behaviors for Dock command in a floating ToolWindowContainer

Hi Alex, An enhanement to address the inconsistencies you noted in the context menus has been logged. Specifically, the context menu displayed when you right-click on the title bar of a ToolWindo...

View Article

Restyle TabbedMdiContainer

Hi, I'd like to restyle the tab-buttons in the docking window component in such a way, that they use the whole control size and have an equal width then. So I mofified the docking:TabbedMdiHost...

View Article


Re: Different behaviors for Dock command in a floating ToolWindowContainer

Thank you for your fast answer, we will use your suggestion.

View Article


Re: Restyle TabbedMdiContainer

Hi Oliver, Yes, there is a lot of drag/drop functionality located within the AdvancedTabPanel that is used by the control by default. You might be able to inherit that control and override its m...

View Article

Re: Restyle TabbedMdiContainer

Yes, thank you. This looks not bad. BTW: Is there a reason why there's no AdvancedTabPanel default style (which I may modify) in the style download? Or is this style in a different dll where you...

View Article

Re: Restyle TabbedMdiContainer

Hi Oliver, AdvancedTabPanel is just a Panel-based element that does layout, so there is no Style for it. All styling of the tab control and its tab items is done against other controls like Adva...

View Article

Tabbed MDI Document Layout Deserialization Help

I have a tabbed MDI application, where the dock site only contains document windows, which are my own class derived from DocumentWindow. Following the help file, I have set a unique SerializationId...

View Article


Re: Tabbed MDI Document Layout Deserialization Help

I got something to work. The documentation leads me to believe that my original deserializing code would work: I pre-create the document windows, adding them to the dockSite.DocumentWindows colle...

View Article

Re: Tabbed MDI Document Layout Deserialization Help

Hi John, It's hard to say what's happening in your scenario without something to debug, but in general if you have the same serialization IDs in DocumentWindows that are already loaded as that se...

View Article


How to hide Document title bars

Similar to ToolWindowsHaveTitleBars how to hide title bars of documents?

View Article

Problem with Window.SizeToContent = SizeToContent.Width

Demo XAML:<docking:DockSite><docking:SplitContainer Orientation="Vertical"><docking:SplitContainer><docking:ToolWindowContainer> ...

View Article


Re: How to hide Document title bars

Hi Dirk, Can you clarify what exact UI part you are referring to and the MDI kind you are using? The reason I ask is that tabbed MDI documents don't really have title bars. Thanks!

View Article

Re: How to hide Document title bars

DocumentWindows, I want to basically hide the headers / titles so only the active document window is visible to the user.

View Article

Re: How to hide Document title bars

Hi Dirk, You didn't mention which MDI kind you are using. Do you use TabbedMdiHost or StandardMdiHost?

View Article
Browsing all 3024 articles
Browse latest View live