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

Re: Is there a solution to load big xaml to document aync ?

Hello, I assume you are referring to Windows Workflow here? Our Docking/MDI product has document windows that are effectively the same as a normal WPF ContentControl in terms of presenting conte...

View Article


want to custom Actipro control style

Hi, I have these questions: 1、About ToolWindowContainer, how to remove the title bar region of many points, and change the background color when Activate 2、About Doc...

View Article


Re: want to custom Actipro control style

Hello, All of these things can be changed by putting some theme resource overrides in your Application.Resources, like:<system:Boolean x:Key="{x:Static themes:AssetResourceKeys.DockingWindow...

View Article

AutoHidePopupClosesOnLostFocus working as intended?

Hello, I have a dialog window that shows a auto hidden ToolWindow (sets IsOpen, IsActive and IsSelected to true) upon closing of the dialog. However, the ToolWindow is just briefly visible before...

View Article

Re: AutoHidePopupClosesOnLostFocus working as intended?

Hi Farris, I believe that should generally work. For instance if in our main Simple IDE demo I set AutoHidePopupClosesOnLostFocus to false, I can show the auto-hidden tool window, then do the Fi...

View Article


Re: How size a floating toolwindow to it content.

Hi, I am trying to achieve the same behavior. My floating tool window shows or hides some controls depending on the mode and the size of the container should be updated automatically. I assumed...

View Article

Re: How size a floating toolwindow to it content.

Hi Tobias, The SizeToContentModes="Floating" option should size the root Window to fit the desired size of the tool window, but it only occurs when the tool window is first opened. After that, i...

View Article

Re: How size a floating toolwindow to it content.

Okay, then SizeToContentModes won't work for me. I am refering to the case where the tool window is docked with another window: But it may not work perfectly in all cases (such as when you ha...

View Article


Re: How size a floating toolwindow to it content.

You might be able to walk up the visual tree and see the ToolWindow.ToolWindowContainer (if not null) is in an ancestor SplitContainer. If so, check for any other containers in SplitContainer.Chil...

View Article


Re: How size a floating toolwindow to it content.

Okay, I think this will work: private static bool IsToolWindowAloneInContainer(DockingWindow dockingWindow) { var splitContainer = VisualTreeHelperExtended.GetAncestor<SplitContainer>(do...

View Article

Re: How size a floating toolwindow to it content.

Hi Tobias, We are adding a DockHost.GetVisibleToolWindowContainerCount() method in the upcoming build that will help you and have some improved logic. I'd recommend switching to that once it's a...

View Article

Serialized layout for floating windows

Hi, I have a tool window which is hidden by default, but should be floating when shown. It can be docked like any tool window, just the default mode should be floating. I assumed setting the prop...

View Article

Re: Serialized layout for floating windows

Hi Tobias, Please see the "Docking/MDI / Docking Window Features / Lifecycle and Docking Management" topic in the documentation. That has a "Default Locations" section in it that talks about a D...

View Article


Re: Serialized layout for floating windows

Okay, thats what I mean with programmatically. Since the DefaultDockSide has no value for floating and WindowGroupName needs another docking window, I need to handle the events. There is no way to ...

View Article

Re: Serialized layout for floating windows

Hi Tobias, The e.ShoudFloat property does get auto-initialized prior to the event being called with this logic: e.ShouldFloat = (!hadTargetDockHost) && (window.IsFloating); So if you n...

View Article


Theme not applying

Hello I used the docking library for a while now, and in the previous version this worked very good (v17.1.0651). Now I am trying to upgrade the library to the latest version, and my theme doesn'...

View Article

Re: DockSiteSerializer.LoadFromString does not apply IsActive set in my...

Was there any resolution to this? We're having the same problem.

View Article


Re: Theme not applying

Hello, If you have the Style in the Application.Resources, it should get applied ok. I just did a quick test of adding this to the Application.Resources and it seemed to work:<Style TargetT...

View Article

Re: DockSiteSerializer.LoadFromString does not apply IsActive set in my...

Hi Doug, I don't recall if we ever got an attachment from Matthew. But the same answer would apply... if you have a scenario you'd like us to look at, please send us a sample per the instruction...

View Article

DockSite / Tab "Header" - Upgrade from 2015 to 2019 challenge

I am working on upgrading our application from version 2015 to 2019. I have it running, but working through some details with Docking. We are using MVVM pattern. We have a DockSite defined like: ...

View Article
Browsing all 3029 articles
Browse latest View live


Latest Images