How to reuse layouts in WPF

Posted by Ingó Vals on Stack Overflow See other posts from Stack Overflow or by Ingó Vals
Published on 2010-06-09T10:28:22Z Indexed on 2010/06/09 10:32 UTC
Read the original article Hit count: 408

I'm trying to create a application that will be tabbed where each tab will have a button area and a view area.

Now each tab will essentially have the same layout just different things in the layout and I wanted to be able to reuse the same layout so that I won't have to change at many places ( it's just not good programming ). Can I accomplish this using resources or perhaps Styles.

Please supply a light code example if possible.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about layout