Hi,
In my WPF application i am using Carousel Control. I am using "CarouselScrollButton" for navigation the initial data is look like this
1 5
2 4
3 After Clicking the single navigation button the the data looks like this
1
I want to restrict the navigation like this when ever the data comes like this i need to restrict the Navigation button to be disable
3
2
1
Thanks & Regards,
Rajini.
In my WPF application i am using Carousel Control. I am using "CarouselScrollButton" for navigation the initial data is look like this
1 5
2 4
3 After Clicking the single navigation button the the data looks like this
1
I want to restrict the navigation like this when ever the data comes like this i need to restrict the Navigation button to be disable
3
2
1
Thanks & Regards,
Rajini.