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
Hi Vasu,
I have been looking into your issue and I was wondering whether you can attach a sample application that shows your scenario.
Looking forward to hearing from you.
Dear Yanko,
Take a look at the attachment, view looks fine when loaded, type "Seattle" in the search box and you can see the difference, I would like one of the two results brought to the front for a clean view.
Thanks,
Hello,
I have been looking into your requirement and this behavior depends on the path for the carousel that you are using. I have created my own path
In order to make the active item in view(CarouselExpModified.zip). Also I am controlling the padding of the Item.
Let me know, if you need any further assistance on this matter.
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?
Best,
Hello Vasu,
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.
I am just checking if you require any further assistance on the matter.
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?