Hi guys,
If there are more than 1 group I get ArgumentOutOfRangeException on these lines
LongListSelector.cs Line 1165
// 3 - Inserts the new items into the list box
foreach (LongListSelectorItem tuple in newItemsTuples)
{
tuples.Insert(insertIndex++, tuple);
}
Looks like insertIndex is much more that tuples.Count .
Thanks for your time.
Comments: ** Comment from web user: lostreason87 **
If there are more than 1 group I get ArgumentOutOfRangeException on these lines
LongListSelector.cs Line 1165
// 3 - Inserts the new items into the list box
foreach (LongListSelectorItem tuple in newItemsTuples)
{
tuples.Insert(insertIndex++, tuple);
}
Looks like insertIndex is much more that tuples.Count .
Thanks for your time.
Comments: ** Comment from web user: lostreason87 **
This seems very similar to my issue #9764 (http://silverlight.codeplex.com/workitem/9764). As yet no word on a proposed fix.