4 responses to “Using Attached Properties for view transitions, the ViewManager”

  1. Pradeep Mahdevu

    Pavan,
    Thanks for clearly explaining on attached properties. Its nice to read this entry, though I have some questions/views.

    a) I am assuming that you want this transition to happen when you are transitioning from Preferences to Main. Is there a possibility in your app that you insert a screen between Preferences and Main ( I am assuming your app uses sequential access). In that case you have to change the code. Is my understanding right?

    b) But if you leave the responsibility of loading/animating/unloading every module (e.g preferences) to the module itself in a certain fashion (usually by deriving them from a common interface), and all the viewmanager does is keep track of last loaded module. When a new module is required to load, Viewmanager first calls unload/animate on the last loaded module, and then loads the new view by calling run and setting the current loaded module to this new one. I will put an entry about this on my blog and would let you know.

    Also, I am newbie at WPF, and have been following your blog for a while. I truly appreciate your work and the help your blog has been in understanding concepts.

  2. Jones

    Nice blog.

  3. Dj vibri

    Hi,

    I’m trying to do this but I can’t get it working. Apparently I’m using another approach to build up my views, using datatemplates, where you use the tag .

    Is there any chance to put some working solution on the internet?

    Kr,

    Dj vibri

Leave a Reply