Xaml TabControl in the top of window
- by Rodionov Stepan
http://dl.dropbox.com/u/59774606/so_question_pic.png
Hi All!
I have a trouble with xaml-markup design that is shown on a picture. How to place window buttons in one line with tab item headers TAB1,TAB2,TAB3?
I use custom control for window buttons like
<Border>
<StackPanel Orientation="Horizontal">
... buttons ...
</StackPanel>
</Border>
Does anyone have ideas how I can implement this?