MAUI command within CollectionView requires xaml to be hot reloaded in order to work
I can’t find no one online having the same trouble i’m having.
MAUI command within CollectionView requires xaml to be hot reloaded in order to work
I can’t find no one online having the same trouble i’m having.
.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:
DrawingView draw – save – load
TLDR: Unable to convert Stream to ObservableCollection<IDrawingLine>
How use “CanExecute” with event to command bevhavior from maui toolkit
I am using maui CommunityToolkit
and I have good working (as I expect) button with CanExecute
:
Error handling of Maui Community Toolkit CameraView
How is it possible to handle errors when using e.g. Maui Community Toolkit CameraView?
Popup service, show popup in Maui
How to use PopupService
to show popup in ViewModel
?
I have ViewModel
with:
System.Collections.Generic.KeyNotFoundException: ‘The given key ‘CommunityToolkit.Maui.Views.Popup’ was not present in the dictionary.’
How to use PopupService
to show popup in ViewModel
?
I have ViewModel
with:
How do I use toolkit:EventToCommandBehavior for TapGestureRecognizer PanUpdated
How can I use toolkit:EventToCommandBehavior for TapGestureRecognizer Event: PanUpdated, I mean something like this:
ActivityIndicator is not running in certain scenarios while using RelayCommand
I’m trying to implement RelayCommand’s built-in IsRunning property as described by Julian, but for some reason the only scenario that works is when using the Save button Command.