|
One of the important aspects of the docking is the "redocking" process. This
happens when a panel is removed from its docked state in either floating or
auto-hide mode. When the panel needs to be brought back into the docked state
this is achieved in two ways: voluntary, when the user drags the panel into a
specific location or automatic, when the system must decide where to redock the
panel. Our redock management system allows you to set levels of redocking which
will be attempted by the model one by one. This will allow you to set relations
between panels, for example: window1 will always be redocked under window2 and
window2 will always be redocked on the right side of the model. Using the
redock management system your model will become very solid and you will be able
to create a good experience for the user.
|