|
Is there a way to keep docked icons in a fixed order in the dock area? |
|
The only way is to create a specific dock for each container and set to the corresponding container the id as dock. In that way each container will dock exactly into its space and in the order you give it. |
|
Here is a short code example: create your containers:
As you can see I set for each container a specific "dock" property. Now, in your dock area you set an element for each container with the ID specified:
When you'll dock the containers they will have their specific place. |


