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.
="13">
>
=".5" />
=".8"/>
="4"/>
=".5"/>
Alex,
In my case, I an continuously loading, unloading, and reloading the carousel with varying numbers of DataItems. Further, a user is entited to delete DataItems one at a time as s/he choses, by dragging them from the carousel. I am already (C# code behind) resetting ViewSettings.ItemsPerPage on a new load. I suppose I could also (C# code behind) reset the path in certain cases as well. Do you have a simple example of dynamically resetting the path that I could adapt to my needs?
Thnaks in advance.
Hello,
This depends on the path that the carousel is using and the Items per page property. There is no native way of ensuring that the first item is in the center of the path, because the items are positioned from the beginning to the end. What you could do is provide some simple logic of inserting blank items in the carousel which will fill the place until enough items are inserted in the carousel.
Note that you can set the visibility of the dummy records to hidden so that they are not visible but still occupy their positions.
I have not discovered a solution yet, but, I have also not heard from Infragistics about the issue.
I am facing the same issue. The presentation looks bad if there are only one or two items in the set of items to be displayed. If there is a solution, please post. (Thanks.)