Skip to content

Module 4 Homework.

Latest
Compare
Choose a tag to compare
@Muhomorik Muhomorik released this 02 Oct 14:57

Style your XAML Elements

Add an application-wide style for TextBlocks.

  • In this style, set the FontSize property to 32.
    Add an application-wide style for Buttons.
  • In this style, set the FontSize property to 32.

Add an Application-Wide Resource for your DataManager class
Add a singleton resource that is available application-wide for the DataManager class.

  • Use the key: DataManager

Data-Bind your XAML Elements

  • On ExpeditePage, bind the GridView's Items to the OrderItems property of the DataManager class instance.
  • On OrderPage, bind the left ListView's Items to the MenuItems property of the DataManager class instance.
  • On OrderPage, bind the right ListView's Items to the CurrentlySelectedMenuItems property of the DataManager class instance.