Relative Content

Tag Archive for c#maui

MAUI Picker inside CollectionView

I’m pretty new to MAUI development, so I do not get this running. I have a list of messages and each message has a status. I want to allow the user to change each data row’s status. I am already using mvvm.

How To Bind ObservableList item to DataTemplate

I have a problem with binding list’s items to the property. I have an ObservableList<Product> and I want to bind a Product itself to a property, not a Product’s properties. Is it possible to pass the whole list’s object, not the object’s properties?

MAUI DataGrid Fill (Android)

I have been working on finding a solution to making datagrid fill info from the sql query.
I have worked off my working WPF build and for some reason i cant get the data to fill the Table.