Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
xamtabcontrol scroll buttons click event
posted

I am trying to handle the click event for the xamtabcontrol left and right scroll buttons. On the left or right button click I want to make the next or previous tab active, instead of the default behaviour to scroll the tab headers. Here's the xaml:

<igWindows:XamTabControl.Resources>
    <Style x:Key="{x:Static igWindows:XamTabControl.ScrollLeftButtonStyleKey}" TargetType="{x:Type RepeatButton}">
         <EventSetter Event="Click" Handler="ScrollLeftButton_Click"/>
    </Style>
</igWindows:XamTabControl.Resources> 

The click event gets fired with this, but the left button is not show completly with the left arrow, just a small blue button shows up. What am I missing?

 

Parents Reply Children
No Data