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
125
how to select the "current item" through code
posted

Hi,

Is there a way for me to select through code the item that is at the forefront ("current item") of the xamCarouselPanel? I am using the Skewing Effects sample.

 

Thanks

 

GA

Parents
  • 8576
    Offline posted
    Hi Giancarlo -
     
    You could use the XamCarouselPanel's FirstVisibleItemIndex property together with the ItemsPerPageResolved property to determine the index of the item that is at a particular location, and then select that item.
     
    Joe Modica
     
Reply Children