Relative Content

Tag Archive for mauimaui-community-toolkit

.Net MAUI Content View and Bindable Properties

I am trying to figure out what I am doing wrong while creating a custom .NET MAUI control using ContentView. I have read through the docs many times but I still can’t get it to behave as I would expect it to. It is possible that I am expecting the wrong outcome. I am writing this control entirely in C# without XAML and I am using the CommunityToolkit.Maui.Markup package to bind to the component. The custom control is defined like so: