Hello :
I adopt images as items of CarouselPanel but I found that if I config the image width larger than 133 and height larger than 100
therefore the horizontal and vertical scrollbar appears.
How to cancel the scrollbar?
Shall I change any property settings?
Sincerely
You got it!
Thanks for posting your solution.
Hello:
I already found the solution. Just config ItemSize in below xaml sample:
<igWindows:XamCarouselPanel.ViewSettings> <igWindows:CarouselViewSettings ItemSize="100,50" ItemHorizontalScrollBarVisibility="Hidden" ItemVerticalScrollBarVisibility="Hidden" ItemPathRenderBrush="#77000000"/> </igWindows:XamCarouselPanel.ViewSettings>