The .NET MAUI Community Toolkit is a collection of common elements for development with .NET MAUI that developers tend to replicate across multiple apps. It simplifies and demonstrates common developer tasks when building apps with .NET MAUI.
Questions tagged [maui-community-toolkit]
190 questions
0
votes
1 answer
.net maui CarouselView is not quite compatible with Slider control: CarouselView swipe operation takes over Slider's drag action
.net maui app.
Dragging value element along the slider bar does not work if the the slider put into CarouselView's template like this:
…

YMC
- 4,925
- 7
- 53
- 83
0
votes
1 answer
Community Toolkit Popup closing on window minimize or maximize in .net MAUI
I am working with the Community toolkit, after opening the Popup when I minimize or maximize the window the popup gets closed.
To reproduce the issue please follow the below steps.
Run the attached project.
Click on the button to open the…

difi brasad
- 289
- 2
- 13
0
votes
1 answer
Set Picker value in Edit Page in Dotnet MAUI
I am working on a MAUI Application, How can I set the saved value in picker field for Edit page? Is there any way to do that in MAUI?
As an example in dropdown for webpages, if we try to change the value of any dropdown field in edit window , first…

martian481
- 1
- 1
- 4
0
votes
2 answers
How to get component by x:Name using Mvvm Pattern using .NET MAUI?
I am new using .NET MAUI and my issue is very simple but I could not find a way to solve this, I am trying to get any component by its x:Name using Mvvm pattern.
is it possible through ViewModels? For example I have a login page after clicking…

Reyneer Leon
- 356
- 2
- 14
0
votes
1 answer
Do we have a datagrid control or something equivalent to show report in maui
There isn't a control for datagrid that views data in rows and columns that I could find from Microsoft instead of from third party. When is Microsoft going to release it?

Arup
- 155
- 11
0
votes
1 answer
Why is Picker control not displaying items populated to it?
I have a Picker which i have populated with object data from the model. The challenge am facing is that when i tap on the picker to select an item, the list is empty. And also when i specify the ItemsDisplayBinding to one of the model properties.…

RichCrAndroid
- 15
- 5
0
votes
2 answers
MAUI Community Toolkit EventToCommandBehavior
I'm desperately trying to adhere to the MVVM design pattern in my App. So I'm trying to use the EventToCommandBehavior behavior from the MCT. (I'm also using the CommunityToolkit.Mvvm for [RelayCommand]) I've attached it to an Entry and am trying to…

XJonOneX
- 305
- 2
- 11
0
votes
1 answer
How to get a MAUI Community Toolkit Popup to show at app start?
I'm trying to get a MAUI Community Toolkit Popup page to show after the main page of my app is fully loaded and shown. I want to show a first time setup deal, or tips.
I tried calling it under protected override void OnAppearing() but that didn't…

XJonOneX
- 305
- 2
- 11
0
votes
0 answers
I am trying to add DataTemplate XAML code dynamically for CarouselView from View Model in MAUI. I am getting error. Please refer the attached images
Refer the below code snippets,
I am having Frame observable collection in View Model and it is binding to the UI.
In UI, I have CarouselView and assigning the DataTemplate values with ViewModel Property.
**ViewModel Property:**
public…

Mariselvam
- 51
- 4
0
votes
1 answer
CommunityToolkit.Maui.Core.Views.MauiPopup throws System.ObjectDisposedException on Close()
The following code results in a System.ObjectDisposedException on the line Close(result); in BarcodeScannerPopup.xaml.cs when a barcode is detected by the CameraBarcodeReaderView.
The detected barcode is correctly displayed in the label in…

Niels R.
- 7,260
- 5
- 32
- 44
0
votes
1 answer
.Net Maui is it possible to populate a CollectionView without databinding
I've been pulling my hair out trying to get any kind of performance out of Collection View...bottom line I think using the data template and databinding is just too slow for what im trying to do. (the list has about 100 row items, never mind an…

user19771002
- 21
- 2
0
votes
1 answer
Maui with CommunityToolkit ObservableProperty not updating while processing
I have a Maui app only running on Android (Zebra Scan-gun).
When I tap a button on the screen the process that runs may take 30 seconds to complete.
During those 30 seconds I update the ObservableProperty's value to give updates to the user as…

D. Kermott
- 1,613
- 17
- 24
0
votes
1 answer
.Net Maui Editing ObservableCollection Item Does Not Update ObservableView
The title says it all. When adding or removing an item, the MVVM Community Toolkit ObservableView updates perfectly, but not when editing an item.
Breaking after editing the item shows that the item is updated correctly in the…

AFranklin
- 1
- 1
- 3
0
votes
1 answer
(.NET MAUI / MVVM Toolkit) IsVisible doesn't show until back button is pressed or keyboard is shown
I've been facing issues using .NET MAUI with the MVVM Community Toolkit. The UI doesn't quite update whenever I try to call a command that makes a layout become visible ie. a popup.
I tried to replicate this issue using a smaller program. The button…

ddeadz
- 1
- 1
-1
votes
1 answer
The score I earned on the Game page with .NET MAUI MVVM is not visible on other pages. How can I keep score data in Local device
I want to display the score information I earned on the MultiplicationPage on the GameOverPage. I think I pulled the data from PlayerModal but it still doesn't show up.
GameOverPage.xaml

M3rtix
- 23
- 6