FlexLayout doesn’t render properly labels binding from list
In my NET8
MAUI
project, I want to display a list of text with the properties. For example, I get this class to define the chunk of a phrase I want to dislay
How do I do a SQLight record update on a table with no primary key?
I have the following table that does not have a primary key.
ScrollView height won’t reset from within RefreshView via InvalidateMeasure
Example #1 (Works):
Is it possible to use IMultiValueConverter together with StringFormat?
I am trying to use both IMultiValueConverter
and StringFormat
.
It seems StringFormat
is ignored.
MAUI binding on custom control based on a grid does not work
I’ve created a DateTimePicker class with a bindable property DateTimeValue:
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.
Type com.google.android.gms.measurement.internal.zzip is defined multiple times
I get the following error when trying to deploy a project:
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.
is there a better way to keep the focus on an Entry control besides using a timer?
I have an app that gets input from a HID barcode scanner where I need to always keep the focus on an Entry control.