tags:

views:

12

answers:

0

I rolled my own tab control with left and right buttons that, when clicked, scroll the entire tab control one way or the other.

I have functionality that I can't exactly do in XAML, so I need access to these buttons in coded-behind.

They are in my Tabcontrol's style, and if I assign names or x:names to them, I still can't access them in the code.

Is there any way to do this?