|
One thing that developers love is to be able to do their work inside the
development environment. PlusDock comes with full designer support and all
the work can be done inside the Visual Studio designer. With some
exceptions (like floating and autohiding), all docking transitions can be done
at design time seemlesly. You can select the model, the windows or their
pages and set the appropiate properties at design time. You can drag and drop
any control on the pages of the docking windows and they will behave just
like any other container control. The design time exposed by PlusDock is
extremely rich and you can achieve most of the task directly in the designer,
including setting special start states for windows (like float or autohidden).
The designer uses selection hints to help distinguish between the selection of
pages or page bodies or windows.
|