2017-01-05



Our WPF Docking/MDI control product allows you easily add docking tool windows and a MDI (multiple document interface) to your app, one that mimics Visual Studio.  We have two built-in MDI options: tabbed and standard.  Tabbed is similar to the style that current Visual Studio versions use.  However some customers still prefer to use the classic windowed style of MDI that we call "standard MDI".

There is no built-in standard MDI mechanism in WPF, but we provide a complete implementation in Docking/MDI with all the functionality like cascading and tiling that you would expect.

We just had a customer ask how they could animate a standard MDI window into place when it's first loaded.

We did a quick experiment in our 2016.1 version using a simple implicit Style and it worked great.  Here's the results:



The animation we defined quickly fades in the window and "pops" it into place.  This animation matches the animations we use elsewhere in the product such as when dock guides appear while dragging docking windows around.

Here's the code that you can place in your app's Resources to get the animation above to appear:

Download our WPF Controls and give it a try!



Actipro Software is a leading developer of user interface controls made for WPF, WinRT XAML, Silverlight, and Windows Forms, perhaps best known for our SyntaxEditor syntax-highlighting code editor control. Download a free evaluation of our UI control products today.

Show more