Let me explain with an example -
- Create a new Form
- Put on it a button "Button A" and set its Dock property to "Top"
- After that a Button B and set its Dock to Top too
Now the result is that Button A is above Button B and it cannot be changed unless we redesign it from scratch.
In traditional Windows forms it`s possible via Document Outline modification - in VS "View -> Windows -> Document Outline"
But using VWG this doesnt work.
Hope this example sheds some more light on the problem.
Thank you for the support.