WPF ResourceDictionaries

Posted by William on Stack Overflow See other posts from Stack Overflow or by William
Published on 2010-06-12T06:12:17Z Indexed on 2010/06/12 6:23 UTC
Read the original article Hit count: 239

Filed under:
|
|

I have a wpf tab control which is highly customized through styles. I have referenced those styles in a resourcedictionary "TabControlResources". How do I reference "TabControlResources" in another resourcedictionary?. I have a resourcedictionary called "MainViewResources" and I would like to reference the tab style from my "TabControlResources" in that resourcedictionary.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about xaml