Questions tagged [xamarin-community-toolkit]

The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, Effects and Controls for mobile development with [xamarin-forms]. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.

The Xamarin Community Toolkit is a deep collaboration between the Xamarin community and the Xamarin team at Microsoft.

When Xamarin.Forms 5 was released, a few “experimental” features were the first to make their way to the toolkit. This includes the beloved C# UI Extensions, MediaElement, and Expander controls. There is much more to the toolkit though as the community has been contributing tons of great new controls and helpers.

One of the toolkit’s goal is to gather as many of those behaviors, converters, and effects that you keep copying from one project to another. This Toolkit wants to aggregate all of these into a single package so it will become your one-stop library that has it all.

The Toolkit will also be a place where you can find brand new controls. Some of them come from PRs to Xamarin.Forms that couldn’t be included in the main package, some our controls maintainers donating their controls, and some are just brand-new things!

Also see

84 questions
1
vote
2 answers

Xamarin Community Toolkit TabView height

I have a view that has images and texts at the top. At the bottom I have a TabView with different TabViewItems. Each TabViewItem has a different height since each one has different content. I want the height of the TabView to match the height of the…
Rocoso
  • 193
  • 1
  • 10
1
vote
1 answer

Navigation does not exist in current context Xamarin Comunity Toolkit Extensions

I want to open a pop up window using xamarin comunity toolkit extensions but when i try to call Navigation it says that it does not exist even if i have included xct.extensions. There is NavigationExtensions but I don't know what I'm supposed to…
Nicoara
  • 318
  • 2
  • 15
1
vote
1 answer

Xamarin community toolkit TouchEffect.Command not working in CollectionView

I'm trying to have a long press and short press command in a CollectionView. I'm using Xamarin.Community.ToolKit But target ViewModel Command is not being called. TouchEffect works when it's outside of CollectionView. But not when it's inside the…
1
vote
1 answer

Why doesn't hide my SideMenuView in xamarin forms

I designed that if user click listviewitem, sidemenu load and show some data but i have some problem which is side menu not hide you can see above first screenshot side menu not hide, if i click list view item, side menu change second…
Sunday
  • 109
  • 1
  • 9
1
vote
1 answer
1
vote
1 answer

Xamarin Community Toolkit input validation is true even when Entry is empty

This is my form with two entries for Mail and Phone and button Send
Rajzer
  • 1,174
  • 11
  • 24
1
vote
1 answer

How to send an argument to ContentView?

I'm trying to create a ContentPage that contains a TabView from XamarinCommunityToolkit. Lets say that the Tabs define an ObservableCollection of Categories, and every TabViewItem should load a ContentView and passes a GroupId as an Argument /…
1
vote
1 answer

Expander in a CollectionView not properly updating the screen in xamarin

I have an Expander in a CollectionView. I try to select a radio button in every row but everytime I scroll multiple rows displaying the same radio button as selected even though the row is not selected. I am using xamarin forms 5.0.0.1874 here is my…
0
votes
0 answers

System.NotSupportedException: 'The current platform 'Android' does not support Xamarin.CommunityToolkit.Popup.'

This exception is thrown when I try to add Xamarin's community tool kit's source code as a project in my solution, However it works correctly when I use the latest release from NuGet package manager
0
votes
1 answer

Type TouchEffect not found in xmlns with Xamarin.CommunityToolkit.MauiCompat

I'm trying to get a long press touch effect working with MAUI; through various threads on this I've ended up using the Xamarin.CommunityToolkit.MauiCompat package to allow me to use the TouchEffect that's not in MAUI yet. The issue I'm having is…
Sam Hood
  • 361
  • 3
  • 14
0
votes
1 answer
0
votes
1 answer

Xamarin.CommunityToolkit.MauiCompat TouchEffect is not applied to the first item of the CollectionView

I am trying to port a Xamarin app to a Maui app. TouchEffect has not yet been ported from Xamarin Community Toolkit to Maui Community Toolkit, so I added Xamarin.CommunityToolkit.MauiCompat 2.0.2-preview1013. The following code is a minimal example…
Arthur Rey
  • 2,990
  • 3
  • 19
  • 42
0
votes
1 answer

Problem with navigating to another view xamarin community toolkit

I have a problem while trying to navigate to another view from community toolkit popup. It simply wont navigate to new page, instead after clicking button nothing happens. Code: private async void Btn_Clicked_UpdateAlbum(object sender, EventArgs e) …
RudyChemik
  • 11
  • 5
0
votes
1 answer

LongPress is triggers while using PinchGestureRecognizer in xamarin forms

I am using xamarin community toolkit for LongPress and GestureRecognizers for PinchGestureRecognizer. After the completion of PinchGestureRecognizer, xct:TouchEffect.LongPressCommand is also fired. Is there any way to trigger these events once at a…
0
votes
0 answers

making a collectionView whith touch effect and an animation play nice with each other

I worked on a collectionView, that can navigate to another page
edu
  • 87
  • 2
  • 8