i am working with an pageCollectionin silverlight ,i have some remove and addition work in to the pagedviewcollection's object
i was able to remove from collection as below
_pageCollection.RemoveAt(_index);
but i am not able add an item to the pageCollection .how to add an item to the _pageCollection. i feel it should be dealt with below code
_pageCollection.AddNew();
but i amnot able to get how to proceed?