Hi,
Wondering if anyone knows the answer to this. I use repeat buttons elsewhere in the application and they work fine, only when I use it within a data template it doesn't repeat, it only fires once every time you click it
<RepeatButton Content="+" Width="25" Command="{Binding DataContext.IncreaseQueueTimeCommand, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ItemsControl}}}" CommandParameter="{Binding}" />
</StackPanel>
Thanks