vote up 0 vote down star

I have a wpf tab control which I added a scrollviewer to. This is all wrapped into a style which is situated in a resource dictionary.

Now, on the window's xaml side, all I do is set .

I would like to access the control viewer element, as defined in the style as follows:

<Style x:Key="MyTabStyle" TargetType="{x:Type TabControl}">

.......

How do I access the scrollviewer which is so deeply nested in the heirarchy?

flag

38% accept rate
Access how? From code behind? – Jerry Bullard Sep 7 at 14:11
1  
Duplicate: stackoverflow.com/questions/1389594/… – Fredrik Mörk Sep 7 at 14:45

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.