This question is locked. New answers and comments are not allowed.
Dear telerik team,
I try to find how to get an effect when a new item is added to the items list, and when an item is removed. Currently, if I remove an item, the UI is indeed refreshed, but without the "repositionning" effect, visually that is quite strange...
When I add an item that's the same (no visual effect).
Second question, how to change the position of one item, for example from position 1 to position 5, but avoiding that the item number 5 goes in position 1 ? (currently the changeposition() doesnt move the item but exchange position with another item isn't it?)
Note that I use an object including the position variable and the binding to affect the position in the tileview.
Thanks, not easy to found by myself !
I try to find how to get an effect when a new item is added to the items list, and when an item is removed. Currently, if I remove an item, the UI is indeed refreshed, but without the "repositionning" effect, visually that is quite strange...
When I add an item that's the same (no visual effect).
Second question, how to change the position of one item, for example from position 1 to position 5, but avoiding that the item number 5 goes in position 1 ? (currently the changeposition() doesnt move the item but exchange position with another item isn't it?)
Note that I use an object including the position variable and the binding to affect the position in the tileview.
<telerik:ContainerBindingCollection x:Key="ContainerBindings"> <telerik:ContainerBinding Binding="{Binding Position, Mode=TwoWay, Converter={StaticResource PositionConverter}}" PropertyName="Position" /></telerik:ContainerBindingCollection>Thanks, not easy to found by myself !