Controls/ContentView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=ContentView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/contentview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Single-child container useful for composition. | props= <tr><td>Content</td><td>?</td><td></td><td>Child view</td></tr> <tr><td>Padding</td><td>?</td><td></td><td>Inner spacing</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Brush</td></tr> }}" |
(No difference)
|
Latest revision as of 15:54, 17 October 2025
ContentView
- Kind
- Control
- Microsoft Docs
- ContentView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Single-child container useful for composition.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Content | ? | Child view | |
| Padding | ? | Inner spacing | |
| Background | ? | Brush |