I’m using panorama UI in wp7.
I have several panorama screen each containing ListBox.
I want to add button only to one panorama page (together with ListBox), and when I move to another i don’t won’t to move the button on another page.
This button need to be above list box, with feature concerning only to this instance of list, and not another panorama screen.
Is this possible to achive?
Pivot control has Pivot Items, so you can add your button into only one Pivot Item
EDIT: inside pivot item (or panorama item) you have to use Grid to be able to have two rows, button in one and listbox in another