Skip to main content

MenuScreens Solution

Summary

A solution exemplifying the use of the MenuScreens with DataBinding using sample component.

drawing-7-1676613382.png

Purpose

The user can see how to use MenuScreens and gets to know the core properties and how their values affect the MenuScreens' display.

Description

It contains a MenuScreens control with several items (representing two pages).
The data model (sample component) contains data representing more than two pages, so MenuItems are re-used when on page change.

Data model (component) should support:

  • Reading items from fixed data storage
  • Updating MenuScreens when data in storage changes
  • Deleting items on request from MenuScreens
  • Reordering items on request from MenuScreens
  • Storing items to fixed data storage on change
  • Runtime creation of new items (if needed), is handled on component side