|
It is very important to control the way the panels are layed out on the docking
surface and so we implemented a system that allows you to decide where a
panel can be docked. This is called a docking restriction. Each panel can
restrict any other panel from being docked on any of its four sides.
However, any panel can define a docking override so that it can be docked
even on a panel that that restricts docking. With this architecture you
can control your model up to the last detail. The restrictions can also be
applied at the model level.
|