windows phone 7 - How to separate the application bar buttons for each PanaramaItem in the Windowsphone? -
i have totally 2 panaramaitems in panaramapage of windows phone application. need show 2 applicationbaritems in first panrama item , 3 application bar items in second panaramaitem.. there xaml page... don't want through code behind... can 1 me ?
i'm pretty sure in case you'll have programmatically manipulate toolbar each panoramaitem. if don't want in code behind , using mvvm framework there ways without coupling viewmodel view. create service both items access manipulate toolbar. in caliburn micro each vm has reference view , manipulation done way. further in cm iresult can created , fired off in onactivate each item.
Comments
Post a Comment