插入或添加以前删除的PivotItem会引发无效的参数异常但是有效,为什么?

时间:2012-08-25 18:26:47

标签: windows-phone-7

if (!Pivot.Items.Contains(PrevRemovedPivotItem))
{

   //Pivot.Items.Insert(1, PrevRemovedPivotItem);
     Pivot.Items.Add(PrevRemovedPivotItem);
}
  

两种方法都会抛出相同的异常但同时会添加pivotitem。

怎么了?

0 个答案:

没有答案