2010‑03‑23
4,064 views
"Part of my app is a thumbnail / image view. The powers that be decided that we need to be able to show a bunch of ima..."
2010‑03‑19
3,005 views
"I've been examining the startup performance of an app that uses the DockSiteLayoutSerializer, and the LoadFromStr..."
2010‑03‑19
3,018 views
"With version 9.1.507 my application worked fine; unfortunately, when I migrated to 9.2.515 my application started cra..."
2010‑02‑25
3,537 views
"When you move a floating tool window, dragging from the title bar, the window's width shrinks a few pixels.
Yo..."
2010‑03‑01
3,277 views
"Is there any way to change the order that the events get fired for DocumentWindows?
Here is my situation: I have a..."
2010‑03‑01
3,008 views
"Hi,
On the DocumentWindow class constructor we have a "Name" parameter which I was trying to set to a stri..."
2009‑07‑21
5,319 views
"Hi
I have the following situation:
<docking:ToolWindowContainer docking:DockSite.ControlSize="{Binding ..."
2010‑02‑25
3,382 views
"Hi
I noticed that the docking/undocking/floating operations are quite slow. Checking a bit deeper I found out that..."
2010‑02‑20
4,043 views
"Hi,
I am having trouble docking windows the way I want to using XAML only.
See code below.
I want to dock the ..."
2009‑12‑18
3,638 views
"Hi,
I have a window that is resizeable. Inside there is a TabbedMdiHost Which contains a usercontrol. The usercontro..."
2010‑02‑11
3,586 views
"I am using hosted, rafted ToolWindows. They can be dragged up into the tabbed document area which is actually a nega..."
2010‑01‑27
5,320 views
"Hello,
I have a VS2010 solution (migrated yesterday) which targets framework 3.5.
If I compile from within VS2010..."
2010‑02‑05
3,235 views
"I have a grid in a ToolWindow. The floating ToolWindow is set to fade when inactive (InactiveRaftingWindowFadeOpacit..."
2010‑01‑10
4,158 views
"When I close my ToolWindows via the UI or programmatically, my app hangs and CPU gets pinned at 100%. The last call ..."
2010‑02‑02
3,534 views
"I have this :
<docking:DockSite Name="dockSite">
<docking:TabbedMdiHost>
<d..."
2010‑01‑26
3,237 views
"Each time I install a new actipro update (for example from 511 to 513),
My existing window style which is loaded e..."
2010‑01‑24
3,360 views
"I setup my docking site like this:
<docking:DockSite x:Name="_dockSite" CanDocumentWindowsRaft="..."
2010‑01‑22
2,732 views
"When the system is set to 120DPI mode the position of any window being dragged is not position normally relative to t..."
2010‑01‑22
3,355 views
"Open/run the official sample project and go to Docking -> Demos -> Features
(/ProductSamples/DockingSamples/De..."
2010‑01‑22
3,871 views
"We're trying to implement the great new VS 2010 style rafting document windows feature you recently introduced an..."