Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with more in-depth research.
Exercise 18.1 – Test your knowledge
Answer the following questions:
- What are the four categories of .NET MAUI user interface components, and what do they represent?
- What is the benefit of the
Shellcomponent and what kinds of UI does it implement? - How can you enable a user to perform an action on a cell in a list view?
- When would you use an
Entryinstead of anEditor? - What is the effect of setting
IsDestructivetotruefor a menu item in a cell’s context actions? - You have defined a
Shellwith a content page, but no navigation is shown. Why might this be? - What is the difference between
MarginandPaddingfor an element like aButton? - How are event handlers attached to an object using XAML?
- What do XAML styles...