4 Controls
This chapter covers
- What is meant by the broad term view
- Built-in cross-platform controls that are abstracted for use in .NET MAUI apps
- Displaying collections or lists of data using templated views
- Using common modifiers to change the appearance of views
- Adding views and updating their functionality
Controls are views that either directly render something onscreen (like an Image
or a Label
) or take input from a user (like a CheckBox
or DatePicker
). Roughly 30 controls ship with .NET MAUI out of the box, covering all the common use cases for UI applications. We’ve already used several of them in our apps and seen how they work, such as Image
, Label
, and Entry
.
In addition, the .NET MAUI Community Toolkit and free and commercial UI ...
Get .NET MAUI in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.