Sunday, April 1, 2012

Dynamically adjust panorama pages / items

PanoPage1.IsEnabled = false;
PanoPage1.Visibility = System.Windows.Visibility.Collapsed;


By doing this you can create a very dynamic application in panorma style.

For example if the user picks a genre or a certain item, then all panorama pages can be enabled just for that item, for example bands:

You select the band lankerspoon charlie,
and I enable all the panopages for lankerspoon, such as songs, about the band, band members, tour dates, other information.

next if user selects a different band, then I collapse and disable the lankerspoon and enable the next band, lets say it is Umphrey's Mcgee, or buckethead, oh yes!

In this way, each time an item is selected on the first pano page, you can enable other pages based on that, making an application that can contain a lot of data and use the limited screen size
in a very unique and desirable manner.

Nigel Dude out.

No comments:

Post a Comment