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
746
Carousel with 1 item is not centered on path
posted

I use the default path (oval or circular), scaling stops so that the item centered on the path is scaled up.  If there is only one item in the collection it is on the upper left of the path, and I have no idea how to make it centered at the bottom of the path.  When I have more than one the items appear properly on the path.

Can you please suggest how I make the one item appear centered on the path?  I have tried resetting itemsperpage (this works when the number of items is small and even - then I make items per page odd.

 

 

 

 

<igWindows:CarouselViewSettings AutoScaleItemContentsToFit="True" ItemPathAutoPad="True" ItemPathPadding="0,0,0,150" ItemPathHorizontalAlignment="Stretch" IsListContinuous="True" ItemPathVerticalAlignment="Bottom"

 

 

UseOpacity="False" ScalingEffectStopDirection="UseItemPath" UseScaling="True" ReserveSpaceForReflections="False" ItemsPerPage

="13">

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<igWindows:CarouselViewSettings.ScalingEffectStops

>

 

 

 

<igWindows:ScalingEffectStopCollection

>

 

 

 

<igWindows:ScalingEffectStop Value

=".5" />

 

 

 

<igWindows:ScalingEffectStop Offset="0.20" Value

=".8"/>

 

 

 

<igWindows:ScalingEffectStop Offset="0.30" Value

=".8"/>

 

 

 

<igWindows:ScalingEffectStop Offset="0.40" Value

=".8"/>

 

 

 

<igWindows:ScalingEffectStop Offset="0.50" Value

="4"/>

 

 

 

<igWindows:ScalingEffectStop Offset="0.60" Value

=".8"/>

 

 

 

<igWindows:ScalingEffectStop Offset="0.70" Value

=".8"/>

 

 

 

<igWindows:ScalingEffectStop Offset="0.80" Value

=".8"/>

 

 

 

<igWindows:ScalingEffectStop Offset="1" Value

=".5"/>

 

 

 

</igWindows:ScalingEffectStopCollection

>

 

 

 

</igWindows:CarouselViewSettings.ScalingEffectStops

>