Xaml TabControl in the top of window
Posted
by
Rodionov Stepan
on Stack Overflow
See other posts from Stack Overflow
or by Rodionov Stepan
Published on 2012-11-13T10:57:13Z
Indexed on
2012/11/13
10:59 UTC
Read the original article
Hit count: 251
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?
© Stack Overflow or respective owner