I have a question regarding what XAML to use to achieve my design. I currently have an Image area on the screen, the width can vary. Above the image, I have two toolbars, each with numerous buttons. One of them I want to float/dock to the left edge of the image, and the other one I want to float/dock to the right edge. Of course, as the image gets bigger the toolbox on the right should remain docked to the right edge. How can this be achieved?
+--------------------------+ +---------------+
| TOOLBAR 1 | | TOOLBAR 2 |
+--------------------------+ +---------------+
+---------------------------------------------------------------------------+
| |
| |
| |
| <----- VARIABLE-WIDTH IMAGE -----> |
| |
| |
| |
+---------------------------------------------------------------------------+
Any XAML code samples and brief explanation would be greatly appreciated. I'm a noob.