Hello there,I have a collection view bound to the XamCarouselListBox and it looks just fine, but when the collection is filtered and results in few items (say two), the view doesn't looks right. Is there any member to control this behavior? Tried ItemsPerPage it doesn't help.Thanks,
Vasu
Hello Vasu,
I am just checking if you require any further assistance on the matter.
Hi Vasu,
You can try something like :
<igWindows:CarouselViewSettings.ScalingEffectStops>
<igWindows:ScalingEffectStop Offset="0.0" Value="0.4"/>
<igWindows:ScalingEffectStop Offset="0.3" Value="0.8"/>
<igWindows:ScalingEffectStop Offset="0.5" Value="1"/>
<igWindows:ScalingEffectStop Offset="0.7" Value="0"/>
<igWindows:ScalingEffectStop Offset="1.0" Value="0.4"/>
</igWindows:CarouselViewSettings.ScalingEffectStops>
Do you have a suggestion or a sample?
Best,
Thank you for your reply. In this situation the items’ position after the search depends on the applied ScalingEffectStops. I can suggest you try to apply different ones from the current in order to find out the best appropriate that meet your requirements.
Hi Yanko, Thanks for the sample, however it doesn't help when the search results in single item, further the look and feel of the view is much better with the sample I've sent.Can you suggest any ways of doing it with the view I've had?