Hi..
How do I enlarge the panel size?
Say for instance - want to increase the carousel items to 500 x 500 for all items in the data template?
thanks again!
The easiest way to achieve this is to define a global CarouselItem style that would set the Width and Height properties. There is a small catch though: the default CarouselItem style defines a MaxHeight setting that will cause an item of height 500 to get clipped. To get around this, you would have to set MaxHeight to 500 as well. Here is a XAML snippet that does that: