How to add pivot item to wp8
Mobile
1
Posts
1
Posters
2
Views
1
Watching
-
Dear friends, I have bounded pivot items using collection which works fine. Now I want to remove individual pivot item when selection changes.
private void myPivot_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
if (e.AddedItems.Count > 0)
{
//Remove old Items
// Add New Item to Page collection (Pages.Add())
//Show only 1 pivot item (Users should see other pivot item headers)
}}
Abdul Rahaman Hamidy Database Developer Kabul, Afghanistan