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 ArticleTheme 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleDifferent 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 ArticleRe: 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 ArticleRestyle 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 ArticleRe: Different behaviors for Dock command in a floating ToolWindowContainer
Thank you for your fast answer, we will use your suggestion.
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleTabbed 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 ArticleRe: 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 ArticleRe: 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 ArticleHow to hide Document title bars
Similar to ToolWindowsHaveTitleBars how to hide title bars of documents?
View ArticleProblem with Window.SizeToContent = SizeToContent.Width
Demo XAML:<docking:DockSite><docking:SplitContainer Orientation="Vertical"><docking:SplitContainer><docking:ToolWindowContainer> ...
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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