Controls/ContentView

From Wiki Maui Linux NET
Revision as of 15:54, 17 October 2025 by Ten (talk | contribs) (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> }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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