Copied from my XAML code:
<
Style TargetType="{x:Type Telerik:CarouselItem}">
<Setter Property="Template" >
<Setter.Value>
<ControlTemplate TargetType="{x:Type Telerik:CarouselItem}">
<Grid ClipToBounds="False" Height="175" Width="350" >
Strangely, the Width property on the last line does make my carousel items wider/narrower, but the Height property does not. Is this an issue (and thus subject to being fixed) or is it broken by design?