how to goto next slide( in a carousel) by pressing forward and back arrows. When i press back arrow , slider’s must go back and when i press forward, sliders must go forward till i stop pressing. Is there anyway to do such a thing?this image shows what i need. Thank you!
ps - i used the below code for my sliders.
<PageControl ux:Name="slides" ClipToBounds="true">
<Each Items="{Modeitems}">
<Page Name="current">
<Text Value="{name}" FontSize="18" Alignment="CenterLeft" />
<WhileActive>
<Callback Handler="{check}"/>
</WhileActive>
</Page>
</Each>
</PageControl>