Hi Infragistics Team,
Am using XamCarouselListBox in one of my application. Am able to list down some items in XamCarouselListBox. Say am trying to display 10 CarouselItems. ItemsPerPage is 5. And through code am trying to select one of the CarouselItem. Say am selecting 7th item(i.e Index 6). 7th Item is getting selected.
Till here every thing works fine!!!
But the selected CarouselItem in not displaying as the FIRST ITEM in the XamCarouselListBox. Unless i select the 7th item using mouse. What should i want to do to achive this?? Help me?
Regards,
Sify
Hello Sify,
Were you able to resolve your issue?
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
To display the first item as the selection you can call SetVerticalOffset method. I have attached a sample.