(X) Hide this Upcoming webinar by Brian Noyes: Querying and Updating Data From Silverlight Clients with WCF RIA Services. February 2nd, 10 am PST (see your local time)
Full webinar info | Register | Read WCF RIA Services Article series by Brian Noyes
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for ApplicationBar.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Dec 27, 2010 (2 weeks ago)

    Michael Washington demonstartes using a behavior to dynamically create a Windows Phone 7 ApplicationBar.

    Source: OpenLight Blog

    At this time, the Windows Phone ApplicationBar does not allow you to bind to it. To manipulate it ,you need to use code behind. This is only a problem if you are using View Model (MVVM) , because you don’t have your code nice and tidy in your View Model like you are used to when coding Silverlight 4 (at this time the Windows Phone 7 uses a version of Silverlight 3).



  • 0 comments  /  posted by  Silverlight Show  on  Sep 23, 2010 (3 months ago)
    Kirupa Chinnathambi has published a 3-page tutorial on creating an ApplicationBar for a Windows Phone 7 application.

    Source: Kirupa's Blog

    The menubar concept is great because it provides your users with easy access to common operations you want to perform. The equivalent of the menubar on the Windows Phone is the ApplicationBar. Much like the menubar in desktop applications, the ApplicationBar also provides your users with easy access to common operations, and it does so via clickable Buttons and MenuItems that expand and collapse as you play with it.