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
Shell
component 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
Entry
instead of anEditor
? - What is the effect of setting
IsDestructive
totrue
for a menu item in a cell’s context actions? - You have defined a
Shell
with a content page, but no navigation is shown. Why might this be? - What is the difference between
Margin
andPadding
for an element like aButton
? - How are event handlers attached to an object using XAML?
- What do XAML styles...