-
I just tested with Windows 7 in a virtual machine but found no problem at all.
2009-09-21 06:16:05 UTC in DockPanel Suite
-
Just downloaded Windows 7 from MSDN subscription. Will take a look at it.
2009-09-11 11:52:33 UTC in DockPanel Suite
-
Dear Max,
WPF has two types of applications: standalone and browser hosted. Only browser hosted application is limited to the output space of one browser window. The standalone application has no such restriction. You may download WPF Docking to see the difference, both demo apps are provided:
http://www.devzest.com/WpfDocking.aspx
Yeah, XAML is not a love at first sight thing. Choosing...
2009-08-18 01:48:22 UTC in DockPanel Suite
-
Recently I received an enquiry to provide paid support of DockPanel Suite. Here is my blog post responding to the request, also my thoughts about future of DockPanel Suite:
http://www.devzest.com/blog/post/WPF-vs-Windows-Forms-From-Control-Authoring-Perspective.aspx
Comments are welcome!
BTW, I found sourceforge.net harder and harder to use. It took me couple of minutes to post this...
2009-08-17 04:05:38 UTC in DockPanel Suite
-
To make a window autohide programatically, set DockPanel.ActiveAutoHideContent property.
Set focus to your form (DockContent) when the dockpanel has a mouse down on it also should work.
You may add debug output in DockPanel.FocusManagerImpl.RefreshActiveWindow (DockPanel.FocusManager.cs) to monitor the focus change and change of ActiveContent and ActiveAutoHideContent property.
Good...
2009-07-01 01:03:02 UTC in DockPanel Suite
-
What do you mean "opens" an auto-hide window? By hovering the mouse over the auto-hide tab? or by clicking the auto-hide tab? or by code?.
2009-06-29 23:12:16 UTC in DockPanel Suite
-
Here is the Auto-hide logic:
1. When currently active auto-hide window contains keyboard focus, it never auto-hide until it loses the focus;
2. Otherwise it will be displayed when the mouse is hover over the auto-hide tab or the auto-hide window itself.
To explain: "If you put one of the windows to autohide on the left hand side and then clear out all of the other windows and then...
2009-06-26 23:29:26 UTC in DockPanel Suite
-
Hello all,
Our commercial product WPF Docking, the sister of DockPanel Suite in Windows Presentation Fundation (WPF), has been released. You may download and try at:
http://www.devzest.com
It has a very neat design with undo/redo functionality.
- Weifen.
2009-06-25 02:46:25 UTC in DockPanel Suite