﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Docking/MDI for WPF - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Fri, 20 Feb 2026 10:52:26 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">4be7286b-bfa2-435e-82ab-4f9f8f51e5af-123441</guid>
      <title>Re: CategoryEditor' DisplayName localization</title>
      <description>Actually, I remember I faced similar issue years ago on another project. In code nehind I subscribed to:this.propertiesGrid.RootItemChanged += OnPropertiesGridRootItemChanged;and there:
          ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26663/categoryeditor-displayname-localization" />
      <a10:updated>2026-02-20T10:52:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4be7286b-bfa2-435e-82ab-4f9f8f51e5af-123440</guid>
      <title>Re: CategoryEditor' DisplayName localization</title>
      <description>Hello,
 I would like to continue with this issue as it is now actual again.
 I tried the first 2 options you proposed in your first post:
 1) I created totally the category editor in code behind...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26663/categoryeditor-displayname-localization" />
      <a10:updated>2026-02-20T09:38:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c9f140f4-293a-4b12-9dfa-283f5b4a0886-123409</guid>
      <title>Re: How to show tooptip of tool window header?</title>
      <description>Hello,
 Thanks for the question. At the moment, the Docking/MDI product doesn&amp;rsquo;t include a built‑in option for displaying a tooltip on a tool window container's title bar. While it&amp;rsquo;s te...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26692/how-to-show-tooptip-of-tool-window-header" />
      <a10:updated>2026-01-19T21:14:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c9f140f4-293a-4b12-9dfa-283f5b4a0886-123408</guid>
      <title>How to show tooptip of tool window header?</title>
      <description>Hello,
 I'd like to show tool tip of tool window header (title bar, not tab header).
 Would you please how to do it?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26692/how-to-show-tooptip-of-tool-window-header" />
      <a10:updated>2026-01-19T03:23:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123406</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
 When a docking window is docked, it will try and use its size set in ContainerDockedSize as described here.
 The "Programmatic Sizing" and "Programmatic Layout" QuickStarts in the sample ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-16T21:40:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123405</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
    Thanks for your answer. 
     Now, parsing the layout xml before Floating the window, I'm saving all settings.
     Using dockWindow.Dock(....) -&amp;gt; I can restore the docking window ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-16T16:11:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123404</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
 What you described is accurate.  It appears that only one floating dock host tracks breadcrumbs (the ability to fully restore a document window) at a time.  In your scenario, you float the...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-15T20:56:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123403</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
   I have try this option previously:
    1.- Get window dockhost
    2.- Float window
    3.- Use methods .MoveToMdi(savedDockhost)
  This, returns the window to the Floating Dockhost ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-15T08:39:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123402</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
 Thank you for the clarification on the behavior you are after.  When a document is floated to another dock host, it should leave a breadcrumb behind where it can restore to a previous dock...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-14T21:06:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123401</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
   This is the behaviour I want, but not only if a document windows is in the Primary Dock.
  In main Docking/MDI demo:
   1) File -&amp;gt; New -&amp;gt; Text File -&amp;gt; Make Floating Window
  ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-14T12:33:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123400</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
 If you run our main Docking/MDI demo, do these steps, which I believe will replicate what you're trying to achieve:
 1) Move the "About.txt" document to the right of "Document1.cs".
 2) ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-13T20:53:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123399</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hi,
 Yes, we are using Prism integration with Docking/MDI.
 The base class for docking item view-models derives from ObservableObjectBase.
 Sample:
 There are 3 docked windows that implement 3 ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-13T07:50:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123398</guid>
      <title>Re: Maximize and restore a docked document</title>
      <description>Hello,
 From the XAML, it appears you are using Prism integration with Docking/MDI and have a tabbed MDI host for the document display.
 Can you provide some more detail about your document setup...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-12T22:23:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">42d3a23b-a3b9-4e5c-8781-65c01cacd65f-123397</guid>
      <title>Maximize and restore a docked document</title>
      <description>Hello,In my working solution, several documents can be docked in the same area.Is it possible to maximize a document and then restore it to its original docked location?
 I tried using DockSiteLay...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26690/maximize-and-restore-a-docked-document" />
      <a10:updated>2026-01-12T10:40:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">526fcc4d-2a9e-4ff4-b99a-ab2fb49136be-123396</guid>
      <title>Re: Customized close document via keyboard</title>
      <description>Hello,
 The protected virtual DockSite.ProcessDockHostKeyDown method is where some basic keys like Ctrl+F4 are processed.  You could override that method and if you see Ctrl+F4 is in the KeyEventA...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26689/customized-close-document-via-keyboard" />
      <a10:updated>2026-01-09T22:11:00Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">526fcc4d-2a9e-4ff4-b99a-ab2fb49136be-123395</guid>
      <title>Customized close document via keyboard</title>
      <description>Hello,
 I found this thread:
 How to close document window via keyboard
 and my question is related to that fiunctionality (to stop that).I have the following "outer" DockSite:
                ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26689/customized-close-document-via-keyboard" />
      <a10:updated>2026-01-09T11:47:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d67a3598-b2f7-483c-9917-177b78693873-123343</guid>
      <title>Re: ToolWindowContainerTabContextContentTemplate does not seem to work anymore</title>
      <description>Thanks for the reply!
 Kind regards,
 Daniel</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26671/toolwindowcontainertabcontextcontenttemplate" />
      <a10:updated>2025-11-20T18:48:00Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d67a3598-b2f7-483c-9917-177b78693873-123337</guid>
      <title>Re: ToolWindowContainerTabContextContentTemplate does not seem to work anymore</title>
      <description>Hi Daniel,
 Thank you for the sample project.  You're probably in high DPI here (I can reproduce the issue in that scenario with your project) and your project was missing an app.manifest like the...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26671/toolwindowcontainertabcontextcontenttemplate" />
      <a10:updated>2025-11-20T16:23:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d67a3598-b2f7-483c-9917-177b78693873-123336</guid>
      <title>Re: ToolWindowContainerTabContextContentTemplate does not seem to work anymore</title>
      <description>Hi!
 For one problem related to hovering on top of hidden tool windows I sent an email.
 For this problem mentioned here it seems that I have my styles declared in the main control and somehow fo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26671/toolwindowcontainertabcontextcontenttemplate" />
      <a10:updated>2025-11-19T18:19:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d67a3598-b2f7-483c-9917-177b78693873-123329</guid>
      <title>Re: ToolWindowContainerTabContextContentTemplate does not seem to work anymore</title>
      <description>Hi Daniel,
 The scenario you are describing where the controls appear in some scenarios and not in other scenarios sounds like an issue with looking up resources.  Could you please create a simple...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26671/toolwindowcontainertabcontextcontenttemplate" />
      <a10:updated>2025-11-18T19:45:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d67a3598-b2f7-483c-9917-177b78693873-123328</guid>
      <title>Re: ToolWindowContainerTabContextContentTemplate does not seem to work anymore</title>
      <description>Hi!
 I have a group of tool windows floating together but the bottom title bars looks like empty controls. If I have only one tool window floating those controls will not appear. Only when there 2...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26671/toolwindowcontainertabcontextcontenttemplate" />
      <a10:updated>2025-11-18T17:35:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d67a3598-b2f7-483c-9917-177b78693873-123325</guid>
      <title>Re: ToolWindowContainerTabContextContentTemplate does not seem to work anymore</title>
      <description>Hello,
 AutoHideTabContextContentTemplate only shows when the tool window is auto-hidden and ToolWindowContainerTabContextContentTemplate only shows when the tool window is "attached" to another t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26671/toolwindowcontainertabcontextcontenttemplate" />
      <a10:updated>2025-11-18T15:55:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d67a3598-b2f7-483c-9917-177b78693873-123324</guid>
      <title>ToolWindowContainerTabContextContentTemplate does not seem to work anymore</title>
      <description>Hi!
 For my tool windows I have set the TabText="", Title with some title and I have set up the 
    &amp;lt;ribbon:ToolWindow.AutoHideTabContextContentTemplate&amp;gt;
        &amp;lt;DataTemplate&amp;gt;
   ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26671/toolwindowcontainertabcontextcontenttemplate" />
      <a10:updated>2025-11-17T19:34:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4be7286b-bfa2-435e-82ab-4f9f8f51e5af-123302</guid>
      <title>Re: CategoryEditor' DisplayName localization</title>
      <description>Hello,
 Yes the collapsible headers are generated for categories.  If you use DisplayAttribute instead of CategoryAttribute on your properties, you can set the DisplayAttribute.GroupName to contro...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26663/categoryeditor-displayname-localization" />
      <a10:updated>2025-11-11T21:48:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4be7286b-bfa2-435e-82ab-4f9f8f51e5af-123301</guid>
      <title>Re: CategoryEditor' DisplayName localization</title>
      <description>I found this in your sample:
				&amp;lt;grids:CategoryEditor Category="Colors" DisplayName="ColorsX" Description="Edit multiple Color properties using a single category editor."&amp;gt;
					&amp;lt;grids:C...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26663/categoryeditor-displayname-localization" />
      <a10:updated>2025-11-11T13:16:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4be7286b-bfa2-435e-82ab-4f9f8f51e5af-123294</guid>
      <title>Re: CategoryEditor' DisplayName localization</title>
      <description>Hello,
 Some of those classes are plain CLR objects and are not controls or dependency objects themselves.  Therefore, as you saw, they don't have dependency properties.
 There are several option...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26663/categoryeditor-displayname-localization" />
      <a10:updated>2025-11-07T22:10:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4d9be9b8-b855-45a9-b989-571e8dbc4676-123293</guid>
      <title>Re: DockSite document windows order</title>
      <description>Hello,
 That is expected and by design.  When you dock a floating document window back into the main dock site again, we retain the floating dock host as a "breadcrumb" so that if the same documen...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26660/docksite-document-windows-order" />
      <a10:updated>2025-11-07T20:50:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4be7286b-bfa2-435e-82ab-4f9f8f51e5af-123292</guid>
      <title>CategoryEditor' DisplayName localization</title>
      <description>Hello, I have this property grid and want to localize the displayed header (DisplayName) using Binding but it is not possible because it is not a DependencyProperty. Then how can I achieve this hea...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26663/categoryeditor-displayname-localization" />
      <a10:updated>2025-11-07T10:49:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4d9be9b8-b855-45a9-b989-571e8dbc4676-123291</guid>
      <title>Re: DockSite document windows order</title>
      <description>Thansk for pointing the floatings one:
 Apart of tool windows I have 2 document windows docked (A and B). In the event dockSite_WindowsDragged after dragging one of the document windows (B), somew...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26660/docksite-document-windows-order" />
      <a10:updated>2025-11-07T08:14:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4d9be9b8-b855-45a9-b989-571e8dbc4676-123287</guid>
      <title>Re: DockSite document windows order</title>
      <description>Hello,
 This kind of code would get you all the docking windows in the primary dock host:
if (dockSite.PrimaryDockHost.Workspace?.Content is TabbedMdiHost mdiHost) {
	var windows = mdiHost.GetDo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26660/docksite-document-windows-order" />
      <a10:updated>2025-11-06T21:18:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4d9be9b8-b855-45a9-b989-571e8dbc4676-123286</guid>
      <title>DockSite document windows order</title>
      <description>Hello,
 is there a way how to get the order of the document windows within DockSite? I need something like this:dockSite.DocumentWindows[0].ParentContainer.TabControl.Items
 Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26660/docksite-document-windows-order" />
      <a10:updated>2025-11-06T11:32:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1864f4c3-0d7c-4254-8242-7a1fe1b32bc2-123222</guid>
      <title>Re: FloatingWindowShowInTaskBarMode</title>
      <description>Hi Tobias,
 I'm sorry but there is no option for one tool window behaving differently in that respect from another.  Keep in mind that any floating host WPF Window can contain one to many tool win...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26642/floatingwindowshowintaskbarmode" />
      <a10:updated>2025-10-09T19:56:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1864f4c3-0d7c-4254-8242-7a1fe1b32bc2-123221</guid>
      <title>FloatingWindowShowInTaskBarMode</title>
      <description>Hi,
 currently the property 'FloatingWindowShowInTaskBarMode' affects all floating windows in the same way.
 Is it possible to have one floating ToolWindow shown in taskbar while others are not s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26642/floatingwindowshowintaskbarmode" />
      <a10:updated>2025-10-09T11:02:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ce07e8f-88f8-4b0b-8c13-1126ffe7e870-123219</guid>
      <title>Re: InvalidOperationException when opening ToolWindow while editing DataGrid values</title>
      <description>I'm glad you could reproduce the issue and already work out a possible solution. As you said, it seems like the DataGrid cell commit triggered by the focus call can't handle this kind of situation ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26640/invalidoperationexception-when-opening-toolwi" />
      <a10:updated>2025-10-08T07:02:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ce07e8f-88f8-4b0b-8c13-1126ffe7e870-123215</guid>
      <title>Re: InvalidOperationException when opening ToolWindow while editing DataGrid values</title>
      <description>Hello,
 Thanks for the steps to recreate it.  I missed the DataGridItem when copying the code snippets out into a sample.  When I follow the steps, I do see this exception occur when attempting to...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26640/invalidoperationexception-when-opening-toolwi" />
      <a10:updated>2025-10-07T21:20:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ce07e8f-88f8-4b0b-8c13-1126ffe7e870-123214</guid>
      <title>Re: InvalidOperationException when opening ToolWindow while editing DataGrid values</title>
      <description>Thank you for looking into it! The DataGridItem (which I included at the end of the C# code sample, but maybe was a bit hard to spot) is a basic record with two editable field values:
public recor...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26640/invalidoperationexception-when-opening-toolwi" />
      <a10:updated>2025-10-07T05:18:58Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ce07e8f-88f8-4b0b-8c13-1126ffe7e870-123213</guid>
      <title>Re: InvalidOperationException when opening ToolWindow while editing DataGrid values</title>
      <description>Hello,
 I'm sorry you're having trouble.  I tried to reproduce this in our latest codebase but was unable to.  I believe the DataGridItem class in your code is a custom class so I replaced it with...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26640/invalidoperationexception-when-opening-toolwi" />
      <a10:updated>2025-10-06T20:54:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ce07e8f-88f8-4b0b-8c13-1126ffe7e870-123212</guid>
      <title>Re: InvalidOperationException when opening ToolWindow while editing DataGrid values</title>
      <description>A small but possibly important addendum: This issue does not occur if the tool window has been opened at least once before opening it again while editing the DataGrid cell.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26640/invalidoperationexception-when-opening-toolwi" />
      <a10:updated>2025-10-06T14:40:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ce07e8f-88f8-4b0b-8c13-1126ffe7e870-123211</guid>
      <title>InvalidOperationException when opening ToolWindow while editing DataGrid values</title>
      <description>Dear ActiPro,
 We're currently dealing with an issue that causes our application to crash when opening the ToolWindow (Ctrl+Tab) while editing a DataGrid cell. This can be reproduced using the cod...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26640/invalidoperationexception-when-opening-toolwi" />
      <a10:updated>2025-10-06T14:37:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea972f57-e382-4aaa-b60f-823ac553f49b-123209</guid>
      <title>Re: IsLiveSplittingEnabled=False not working well when control is hosted inside MFC</title>
      <description>Hi!
 It seems that on the next version (25.1.2) this will be fixed.
 Kind regards,
 Daniel</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26632/islivesplittingenabledfalse-not-working-well" />
      <a10:updated>2025-10-02T08:14:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea972f57-e382-4aaa-b60f-823ac553f49b-123184</guid>
      <title>Re: IsLiveSplittingEnabled=False not working well when control is hosted inside MFC</title>
      <description>Hi!
 Yes, I have UseHostedPopups="False" and IsLiveSplittingEnabled="False".
 I think the same, that the adornment layer is above the entire MFC window and not just only above the WPF dockSite co...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26632/islivesplittingenabledfalse-not-working-well" />
      <a10:updated>2025-09-18T07:37:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68e17a06-0b25-4cb5-9463-ffc600903ee7-123181</guid>
      <title>Re: Memory leak in nested DockSites</title>
      <description>Hello
 Project was sent on support@.
 Thank you</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26631/memory-leak-in-nested-docksites" />
      <a10:updated>2025-09-17T15:46:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea972f57-e382-4aaa-b60f-823ac553f49b-123176</guid>
      <title>Re: IsLiveSplittingEnabled=False not working well when control is hosted inside MFC</title>
      <description>Hello,
 I assume you have UseHostedPopups="False" set.
 While we fully test our WPF controls in WPF-based applications, we don't normally test them in various interop scenarios like in MFC apps. ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26632/islivesplittingenabledfalse-not-working-well" />
      <a10:updated>2025-09-17T14:27:36Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea972f57-e382-4aaa-b60f-823ac553f49b-123178</guid>
      <title>Re: IsLiveSplittingEnabled=False not working well when control is hosted inside MFC</title>
      <description>Hi!
 I noticed that when UseHostedPopups="True" the ghost slider has no offset so it is working correctly but then I cannot see the ghost slider when is above the WinFormsHost control.
 The same ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26632/islivesplittingenabledfalse-not-working-well" />
      <a10:updated>2025-09-17T12:16:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68e17a06-0b25-4cb5-9463-ffc600903ee7-123174</guid>
      <title>Re: Memory leak in nested DockSites</title>
      <description>Hello,
 We can look into it further, but for complex scenarios like this, we really need to be able to debug with your configuration.  Please put together a new simple sample project that shows th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26631/memory-leak-in-nested-docksites" />
      <a10:updated>2025-09-16T19:46:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea972f57-e382-4aaa-b60f-823ac553f49b-123175</guid>
      <title>IsLiveSplittingEnabled=False not working well when control is hosted inside MFC</title>
      <description>Hi!
 I have a WPF custom control which contains a docking:DockSite with many tool windows.
 This control can be hosted inside other WPF Apps or MFC Apps on top of other WPF or MFC controls.
 Whe...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26632/islivesplittingenabledfalse-not-working-well" />
      <a10:updated>2025-09-16T13:13:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68e17a06-0b25-4cb5-9463-ffc600903ee7-123173</guid>
      <title>Re: Memory leak in nested DockSites</title>
      <description>Hello
 Unfortunately, the problem remains. If the nested DockSite uses binding to DocumentItemsSource/ToolItemsSource and the source property is ObservableCollection, then the nested DockSite is n...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26631/memory-leak-in-nested-docksites" />
      <a10:updated>2025-09-15T20:21:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f379348b-a416-409b-ae3a-1f37c9a6f2ed-123172</guid>
      <title>Re: First docked window does not get the requested dock size</title>
      <description>Resolved: the problem was the layout of the initial view. It contained a SplitContainer eventhough there was nothing to split.
&amp;lt;actiproDocking:DockSite x:Name="DockingSite"
                   ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26630/first-docked-window-does-not-get-the-requeste" />
      <a10:updated>2025-09-15T17:55:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f379348b-a416-409b-ae3a-1f37c9a6f2ed-123171</guid>
      <title>Re: First docked window does not get the requested dock size</title>
      <description>I have noticed the issue when the docking is done prior to loading the WPF control and had already resolved that. The problem still occurs when the window is added seconds or minutes later.
 It is...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26630/first-docked-window-does-not-get-the-requeste" />
      <a10:updated>2025-09-15T17:31:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68e17a06-0b25-4cb5-9463-ffc600903ee7-123170</guid>
      <title>Re: Memory leak in nested DockSites</title>
      <description>Hello.Thank you for your answer.
 Yes. When I removed x:Name, objects began to be collected by the garbage collector.However, occasionally, even in the SampleBrowser, some objects remained ubdestr...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26631/memory-leak-in-nested-docksites" />
      <a10:updated>2025-09-15T14:19:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68e17a06-0b25-4cb5-9463-ffc600903ee7-123168</guid>
      <title>Re: Memory leak in nested DockSites</title>
      <description>Hello,
 I used Jetbrains dotMemory to track down what is causing the nested DockSite reference.  I found that using x:Name in XAML of the MainControl.xaml file is the cause there.  For instance, i...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26631/memory-leak-in-nested-docksites" />
      <a10:updated>2025-09-12T20:56:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f379348b-a416-409b-ae3a-1f37c9a6f2ed-123163</guid>
      <title>Re: First docked window does not get the requested dock size</title>
      <description>Hello,
 I tried adding a second tool window docked Bottom in a DockSite.Loaded event handler, and it showed up correctly.  Make sure that you do it as or after DockSite.Loaded fires, since otherwi...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26630/first-docked-window-does-not-get-the-requeste" />
      <a10:updated>2025-09-12T20:08:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68e17a06-0b25-4cb5-9463-ffc600903ee7-123166</guid>
      <title>Re: Memory leak in nested DockSites</title>
      <description>I active use DocumentItemsSource and ToolItemsSource with ViewModels but some time I use definition DocumentWindow and ToolWindow in Xaml</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26631/memory-leak-in-nested-docksites" />
      <a10:updated>2025-09-12T16:25:00Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68e17a06-0b25-4cb5-9463-ffc600903ee7-123165</guid>
      <title>Memory leak in nested DockSites</title>
      <description>Hi developers.
 In my project, I actively use nested DockSites.
 I discovered that some of my view models are not being destroyed when closing DocumentWindows that contain nested DockSites.
 I s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26631/memory-leak-in-nested-docksites" />
      <a10:updated>2025-09-12T16:12:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f379348b-a416-409b-ae3a-1f37c9a6f2ed-123162</guid>
      <title>First docked window does not get the requested dock size</title>
      <description>In our WPF application we have a main-view containing a docking host and an initial tool window that takes up the space of the entire window and we use for main view content.
 When opening an addi...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26630/first-docked-window-does-not-get-the-requeste" />
      <a10:updated>2025-09-12T09:25:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e07e646a-a461-4f68-b1b8-2e6c910bdb4f-123160</guid>
      <title>Re: ToolWindow focus</title>
      <description>Hi Remo,
 That post was many years ago and a lot related to focus has changed since then.  But the general suggestion at the time was:

 I believe we only focus the first element on clicks if we...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20466/toolwindow-focus" />
      <a10:updated>2025-09-11T19:38:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e07e646a-a461-4f68-b1b8-2e6c910bdb4f-123159</guid>
      <title>Re: ToolWindow focus</title>
      <description>@ActiproSupport,
 How about posting the results here for the rest of us?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20466/toolwindow-focus" />
      <a10:updated>2025-09-11T15:14:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e2351158-3f9c-46ae-9a69-3c64f23fa73d-123111</guid>
      <title>Re: TabbedMidHost slow rendering</title>
      <description>Hello,
 If you can provide some more information about your configuration, we can perhaps provide more suggestions.  For instance:
 1) Are you using MVVM to create your documents or XAML?  Each D...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26612/tabbedmidhost-slow-rendering" />
      <a10:updated>2025-08-20T20:09:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3faabb6e-8bb5-4405-951c-a01a22fae8b4-123109</guid>
      <title>Re: Can we use our own TabControl inside TabbedMdiHost?</title>
      <description>Hello,
 A third-party TabControl won't work within TabbedMdiContainer since it expects a control that inherits our AdvancedTabControl, which in turn inherits TabControl.
 Our default TabbedMdiCon...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26614/can-we-use-our-own-tabcontrol-inside-tabbedmd" />
      <a10:updated>2025-08-20T19:56:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3faabb6e-8bb5-4405-951c-a01a22fae8b4-123107</guid>
      <title>Can we use our own TabControl inside TabbedMdiHost?</title>
      <description>If we have our own TabControl and we like to use it instead of TabbedMdiContainerTabControl inside TabbedMdi. How can we do it?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26614/can-we-use-our-own-tabcontrol-inside-tabbedmd" />
      <a10:updated>2025-08-20T07:54:09Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e2351158-3f9c-46ae-9a69-3c64f23fa73d-123106</guid>
      <title>Re: TabbedMidHost slow rendering</title>
      <description>Do you have something similar to IsContentPreserved that Telerik does?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26612/tabbedmidhost-slow-rendering" />
      <a10:updated>2025-08-20T07:04:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e2351158-3f9c-46ae-9a69-3c64f23fa73d-123104</guid>
      <title>Re: TabbedMidHost slow rendering</title>
      <description>Hello,
 The tabbed MDI tab control is effectively a native WPF TabControl with additional styling and features.  If you are seeing slowness when switching tabs, I would expect that you'd see the s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26612/tabbedmidhost-slow-rendering" />
      <a10:updated>2025-08-18T18:39:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e2351158-3f9c-46ae-9a69-3c64f23fa73d-123103</guid>
      <title>TabbedMidHost slow rendering</title>
      <description>We notice there is substantial delay in switch tabs in TabbedMdiHost inside Workspace. CPU jump and visual slowness.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26612/tabbedmidhost-slow-rendering" />
      <a10:updated>2025-08-18T06:14:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">deb1e038-1eba-43ae-8753-0ed709ebdb77-123095</guid>
      <title>Re: Floating ToolWindow does not show on the correct monitor when control is hosted in MFC</title>
      <description>Hi Daniel,
 When you Float a tool window, it will try to restore itself to the last floating location it was at.  Or if this is the first time floating, it will set WindowStartupLocation.CenterOwn...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26610/floating-toolwindow-does-not-show-on-the-corr" />
      <a10:updated>2025-08-08T18:14:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">deb1e038-1eba-43ae-8753-0ed709ebdb77-123094</guid>
      <title>Floating ToolWindow does not show on the correct monitor when control is hosted in MFC</title>
      <description>Hi!
 I have an WPF control having a ribbon with multiple tool windows. This control is hosted inside a MFC control.
 The problem is when I press float to make the ToolWindow float it will appear ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26610/floating-toolwindow-does-not-show-on-the-corr" />
      <a10:updated>2025-08-08T09:32:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ecbf116-5d68-4ba5-bf7f-c53724f39162-123009</guid>
      <title>Re: Overflow and Closing Issues with View Tabs in Collapsed Mode</title>
      <description>Hello,
 You can right-click anywhere in the auto-hide row to show the context menu giving access to any auto-hidden tool window.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26580/overflow-and-closing-issues-with-view-tabs-in" />
      <a10:updated>2025-06-11T19:45:52Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ecbf116-5d68-4ba5-bf7f-c53724f39162-123008</guid>
      <title>Re: Overflow and Closing Issues with View Tabs in Collapsed Mode</title>
      <description>Great.  Many thanks for your support.
 And how to show the overflow menu in case it is self-collapsing?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26580/overflow-and-closing-issues-with-view-tabs-in" />
      <a10:updated>2025-06-11T06:29:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ecbf116-5d68-4ba5-bf7f-c53724f39162-123005</guid>
      <title>Re: Overflow and Closing Issues with View Tabs in Collapsed Mode</title>
      <description>Hello,
 We mimic our Docking/MDI UI after Visual Studio.  Visual Studio also doesn't have scrolling for auto-hidden tabs.  We do have a context menu on all the auto-hide tabs that has a menu item ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26580/overflow-and-closing-issues-with-view-tabs-in" />
      <a10:updated>2025-06-10T19:04:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ecbf116-5d68-4ba5-bf7f-c53724f39162-123004</guid>
      <title>Overflow and Closing Issues with View Tabs in Collapsed Mode</title>
      <description>Hi, I have some question with the dock site:
 1. When there are too many windows open in collapsed mode at the bottom of the screen, they overflow beyond the screen and it is not possible to scrol...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26580/overflow-and-closing-issues-with-view-tabs-in" />
      <a10:updated>2025-06-10T03:04:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">77ba0372-27d0-4bbb-baf4-435ab39fc214-122979</guid>
      <title>Issue with WebView2 Display Shift on High-DPI Multi-Monitor Setup</title>
      <description>Hello,


 We are experiencing an issue with our application, which supports high DPI and uses WebView2 in the document window.
 Occasionally, the WebView2 area appears to be shifted when openin...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26571/issue-with-webview2-display-shift-on-high-dpi" />
      <a10:updated>2025-05-28T04:33:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24e63314-e55c-4771-9575-bb63b0fe516c-122888</guid>
      <title>Re: How to avoid tab title ellipsizing when increasing tab size</title>
      <description>Hello,
 Ordinarily that shouldn't be necessary since everything works out of the box correctly with the default styles/templates.  Trigger Setters normally override default Setters.  However I won...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26546/how-to-avoid-tab-title-ellipsizing-when-incre" />
      <a10:updated>2025-04-22T13:24:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24e63314-e55c-4771-9575-bb63b0fe516c-122887</guid>
      <title>Re: How to avoid tab title ellipsizing when increasing tab size</title>
      <description>Hi
 Yes, I am sure to include the triggers.
 I found that removing the following styles from the DockingWindow, 
&amp;lt;Setter Property="TabBackground" Value="{DynamicResource {x:Static themes:Asse...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26546/how-to-avoid-tab-title-ellipsizing-when-incre" />
      <a10:updated>2025-04-21T03:23:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24e63314-e55c-4771-9575-bb63b0fe516c-122886</guid>
      <title>Re: How to avoid tab title ellipsizing when increasing tab size</title>
      <description>Hello,
 Make sure you include the ControlTemplate.Triggers section in your cloned template update, since those are what allow the tab to change state appearance when the mouse is over the tab, the...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26546/how-to-avoid-tab-title-ellipsizing-when-incre" />
      <a10:updated>2025-04-18T19:49:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24e63314-e55c-4771-9575-bb63b0fe516c-122885</guid>
      <title>Re: How to avoid tab title ellipsizing when increasing tab size</title>
      <description>Thank you for your prompt support!
 I confirmed that by redefining the duplicated `DocingWindow.xaml` in the Application Resource as you suggested, and removing the use of `TitleConverter`, the st...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26546/how-to-avoid-tab-title-ellipsizing-when-incre" />
      <a10:updated>2025-04-18T02:04:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24e63314-e55c-4771-9575-bb63b0fe516c-122883</guid>
      <title>Re: How to avoid tab title ellipsizing when increasing tab size</title>
      <description>Hello,
 I believe in that old version there was a TitleConverter used in the DockingWindow template keyed DockingWindowTabbedMdiDocumentTemplateKey.  If you download our default styles/templates a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26546/how-to-avoid-tab-title-ellipsizing-when-incre" />
      <a10:updated>2025-04-17T18:38:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24e63314-e55c-4771-9575-bb63b0fe516c-122881</guid>
      <title>How to avoid tab title ellipsizing when increasing tab size</title>
      <description>HiI use `ActiproSoftware.Docking.Legacy.Wpf.dll`  18.1.672.0.
 I want to increase the size of the document windows tabs.Specifically, I'm considering displaying only two tabs in the parent contain...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26546/how-to-avoid-tab-title-ellipsizing-when-incre" />
      <a10:updated>2025-04-17T06:43:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">125b734b-c0ba-4cfe-84bf-126d9e5be8b8-122867</guid>
      <title>Re: Hide tab bar if only one tab is visible</title>
      <description>We're happy to report that v25.1 will have built-in support to hide the tab strip of the MDI area if there is only one tab present. This will be enabled by setting TabbedMdiHost.SingleTabLayoutBeha...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23548/hide-tab-bar-if-only-one-tab-is-visible" />
      <a10:updated>2025-04-01T16:09:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">125b734b-c0ba-4cfe-84bf-126d9e5be8b8-122779</guid>
      <title>Re: Hide tab bar if only one tab is visible</title>
      <description>Hello,
 I'm sorry but this wasn't prioritized for implementation.  Can you describe your use case in detail so we can add it to our notes on the related TODO item and review it again?  Thanks!
 O...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23548/hide-tab-bar-if-only-one-tab-is-visible" />
      <a10:updated>2025-01-28T19:17:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">125b734b-c0ba-4cfe-84bf-126d9e5be8b8-122778</guid>
      <title>Re: Hide tab bar if only one tab is visible</title>
      <description>Any improvement 8 years after ?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23548/hide-tab-bar-if-only-one-tab-is-visible" />
      <a10:updated>2025-01-27T21:25:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2b08d91b-be56-40ed-9aa3-36dc04055669-122725</guid>
      <title>Re: System.ArithmeticException: Overflow or underflow in the arithmetic operation.</title>
      <description>Hello,
 I'm sorry you're having trouble.  We haven't had any recent reports of issues with the SplitContainerPanel measuring logic.
 First, are you able to reproduce this easily?  If so, since yo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26504/systemarithmeticexception-overflow-or-underfl" />
      <a10:updated>2024-12-02T15:17:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2b08d91b-be56-40ed-9aa3-36dc04055669-122724</guid>
      <title>System.ArithmeticException: Overflow or underflow in the arithmetic operation.</title>
      <description>Version=20.1.1.0I'm not sure why this is happening. Is this something y'all can explain?System.ArithmeticException: Overflow or underflow in the arithmetic operation.at ActiproSoftware.Windows.Cont...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26504/systemarithmeticexception-overflow-or-underfl" />
      <a10:updated>2024-11-27T23:21:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a6cd8c21-55d9-4899-83be-1c963daa7c1c-122706</guid>
      <title>Re: Active window is changed when press END key.</title>
      <description>Hello,
 We do not have any key processing code for Home/End, however after looking into it further, it appears that the base native TabControl does override OnKeyDown and handles those keys to cha...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26499/active-window-is-changed-when-press-end-key" />
      <a10:updated>2024-11-12T20:25:51Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a6cd8c21-55d9-4899-83be-1c963daa7c1c-122705</guid>
      <title>Active window is changed when press END key.</title>
      <description>Hello,
 When press END/HOME key, active window is sometimes changed.
 I'd like not to change active window by END/HOME key.
 Would you please tell me how to do it?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26499/active-window-is-changed-when-press-end-key" />
      <a10:updated>2024-11-12T03:20:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53a54114-68f4-4d2a-b377-321d2f961d61-122658</guid>
      <title>Re: Doubleclick on tool Window do not maximize</title>
      <description>It will be available in the next release.  We don't have a target date yet for that release.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26484/doubleclick-on-tool-window-do-not-maximize" />
      <a10:updated>2024-10-24T19:52:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53a54114-68f4-4d2a-b377-321d2f961d61-122657</guid>
      <title>Re: Doubleclick on tool Window do not maximize</title>
      <description>Great. Thanks for update.Are you going to provide a hotfix or is it going to available in next release?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26484/doubleclick-on-tool-window-do-not-maximize" />
      <a10:updated>2024-10-24T16:59:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53a54114-68f4-4d2a-b377-321d2f961d61-122652</guid>
      <title>Re: Doubleclick on tool Window do not maximize</title>
      <description>Good news, we were able to turn non-client title bar area hit testing off and still maintain all existing functionality by introducing a minimum drag distance before calling DragMove().  This allow...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26484/doubleclick-on-tool-window-do-not-maximize" />
      <a10:updated>2024-10-24T15:13:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53a54114-68f4-4d2a-b377-321d2f961d61-122651</guid>
      <title>Re: Doubleclick on tool Window do not maximize</title>
      <description>I am holding my ToolWindow in ToolWindowContainer, can we do any thing in it to perform that functionality?Another thing I see we have a DefaultDockSide property, If an other property is added for ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26484/doubleclick-on-tool-window-do-not-maximize" />
      <a10:updated>2024-10-23T17:21:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c3fe3c0-e717-439c-a13f-cfc7bb148244-122648</guid>
      <title>Re: Request for MVVM-Based Nested Dock Sites Layout Serialization Example</title>
      <description>Hello,
 I would expect that when the containing Window's Loaded event fires, it has already loaded and arranged the outer DockSite.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26481/request-for-mvvm-based-nested-dock-sites-layo" />
      <a10:updated>2024-10-23T16:49:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53a54114-68f4-4d2a-b377-321d2f961d61-122645</guid>
      <title>Re: Doubleclick on tool Window do not maximize</title>
      <description>Hello,
 This is a tricky situation due to the mix of WPF and Win32 code in place.
 Our implementation tells Windows that the title bar area is a non-client title bar area of the window, which mea...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26484/doubleclick-on-tool-window-do-not-maximize" />
      <a10:updated>2024-10-23T14:57:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c3fe3c0-e717-439c-a13f-cfc7bb148244-122647</guid>
      <title>Re: Request for MVVM-Based Nested Dock Sites Layout Serialization Example</title>
      <description>Final question then: When exactly is the point you mentioned where "everything is being loaded and arranged"? Could you let me know when this occurs, and if there&amp;rsquo;s an event or method I can o...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26481/request-for-mvvm-based-nested-dock-sites-layo" />
      <a10:updated>2024-10-23T00:21:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53a54114-68f4-4d2a-b377-321d2f961d61-122644</guid>
      <title>Doubleclick on tool Window do not maximize</title>
      <description>Hi,
 When click on title of toolwindow and it's in floating mode, It maximize it. I want to dock it back on double click.


 Thanks.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26484/doubleclick-on-tool-window-do-not-maximize" />
      <a10:updated>2024-10-22T15:15:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c3fe3c0-e717-439c-a13f-cfc7bb148244-122635</guid>
      <title>Re: Request for MVVM-Based Nested Dock Sites Layout Serialization Example</title>
      <description>Hello,
 I'm very happy to hear you made some progress.  I will say that the XAML snippets you posted should not need all the inner controls you added.  For instance, in your Before/After scenario,...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26481/request-for-mvvm-based-nested-dock-sites-layo" />
      <a10:updated>2024-10-21T16:37:21Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c3fe3c0-e717-439c-a13f-cfc7bb148244-122634</guid>
      <title>Re: Request for MVVM-Based Nested Dock Sites Layout Serialization Example</title>
      <description>Additionally, following your advice to load the Outer DockSite first and then the Inner DockSite has resolved the issue of the order being changed.
 If possible, could you add a property to bind t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26481/request-for-mvvm-based-nested-dock-sites-layo" />
      <a10:updated>2024-10-19T03:56:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c3fe3c0-e717-439c-a13f-cfc7bb148244-122633</guid>
      <title>Re: Request for MVVM-Based Nested Dock Sites Layout Serialization Example</title>
      <description>Hello,
 I have identified the cause of the issue with different sizes.
 Before
    &amp;lt;controls:MainDockSite
        x:Name="DockSite"
        DocumentItemContainerStyle="{StaticResource SlotG...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26481/request-for-mvvm-based-nested-dock-sites-layo" />
      <a10:updated>2024-10-19T03:06:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c3fe3c0-e717-439c-a13f-cfc7bb148244-122632</guid>
      <title>Re: Request for MVVM-Based Nested Dock Sites Layout Serialization Example</title>
      <description>Hello,
 I'm sorry you're having trouble.  I would not expect the title of a tool window to affect anything as long as you use the SerializationId for each tool window to give it a unique consisten...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26481/request-for-mvvm-based-nested-dock-sites-layo" />
      <a10:updated>2024-10-18T18:49:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c3fe3c0-e717-439c-a13f-cfc7bb148244-122627</guid>
      <title>Request for MVVM-Based Nested Dock Sites Layout Serialization Example</title>
      <description>Dear Actipro Team,
 I hope this message finds you well.
 We are currently using Nested Dock Sites in our project. When we save and load the program, we also save and load the layout. While the sa...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26481/request-for-mvvm-based-nested-dock-sites-layo" />
      <a10:updated>2024-10-18T09:23:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d1b91390-23cf-45dd-95f7-ee6e9596fe76-122569</guid>
      <title>Re: Hide specific floating windows in taskbar</title>
      <description>Huh, I guess that works too. Thank you for your help.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26462/hide-specific-floating-windows-in-taskbar" />
      <a10:updated>2024-09-13T06:28:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d1b91390-23cf-45dd-95f7-ee6e9596fe76-122566</guid>
      <title>Re: Hide specific floating windows in taskbar</title>
      <description>Hi Tobias,
 If you use FloatingWindowShowInTaskBarMode.Default, which is the default, only floating windows with workspaces (i.e. MDI areas) will show in the taskbar.  Things like Search and Repla...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26462/hide-specific-floating-windows-in-taskbar" />
      <a10:updated>2024-09-12T20:01:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d1b91390-23cf-45dd-95f7-ee6e9596fe76-122565</guid>
      <title>Hide specific floating windows in taskbar</title>
      <description>Hi,
 we have a search and replace dialog in our application which is a floating window. Since we enabled the option "FloatingWindowShowInTaskBarMode", the dialog is hidden when the application is ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26462/hide-specific-floating-windows-in-taskbar" />
      <a10:updated>2024-09-12T09:20:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">12129c74-7481-4de8-a0c4-fdf96d9b81ce-122549</guid>
      <title>Re: InvalidOperationException occur when activate ToolWindow</title>
      <description>Hello,
 I'm sorry you're having trouble.  We are not aware of any issues like this and would need a new simple sample project that shows it happening to debug with.  That sort of thing should be r...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26455/invalidoperationexception-occur-when-activate" />
      <a10:updated>2024-09-04T18:29:32Z</a10:updated>
    </item>
  </channel>
</rss>