1

Closed

LongListSelector: Removing items from category doesn't remove it in the UI

description

Hi,
 
I noticed that when you try to remove items via Commands, the items are still intact in the UI. To repro this issue, please do the following in the sample:
 
    public void Execute(object parameter)
    {
        MoviesInCategory group = parameter as MoviesInCategory;
        if (group != null)
        {
            /*
            for (int i = 0; i < 5; i++)
            {
                group.Add(Movie.CreateRandom(group.Key));
            }
            */
            group.Clear();
        }
    }
Closed Sep 5, 2012 at 11:37 PM by RohanTha
Closing fixed issues.

comments

drelyea wrote Nov 14, 2010 at 8:55 PM

This should be fixed with changelist 57505. I will be updating the installer and sources zip.