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
0
votes
1 answer

observable collection not updating

I am at a lost.. I haven't been able to figure out why my observable collection isn't updating in real time. I have to close app and reopen it to see the update.. So hopefully someone can point me in the right direction. Nuget packages…
0
votes
1 answer

Expander cuts off part of part of CollectionView when expanded

I am using Xamarin.Forms 5 with Community Toolkit 1.02. The Expander seems to work fine with static content in the body but when I add a CollectionView the bottom part of the content is getting cut off. If I scroll outside of the initially visible…
Yosh
  • 23
  • 7
0
votes
1 answer

EventToCommandBehavior does NOT call the Command

I'm in the process of trying to implement "Commanding" in my Xamarin Forms app, in order to follow MVVM architecture pattern. For Buttons, it works just fine because you can just define Command in the XAML. But for a Picker, for example, you have to…
-1
votes
2 answers

MVVM Search Bar in Xamarin.Forms with EventToCommandBehavior(XCT) and MVVMHelpers

I am trying to MVVM a search bar in Xamarin. I am using MVVMHelpers and EventToCommandBehavior from Xamarin Community Toolkit. I want to turn the TextChanged event to a command. In my viewmodel file I have some commands to work with the list and an…
-1
votes
1 answer

Xamarin.Forms - Community Toolkit Popup working in iOS not Android

I have a bit of code that uses the Community Toolkit popup control. It works fine in iOS but no text is shown in Android. When I put a breakpoint, it does not appear to hit the breakpoint -- nor does it appear to hit other breakpoints. var popup =…
Jesse Liberty
  • 1,314
  • 1
  • 11
  • 26
-1
votes
1 answer

Xamarin forms community tabview easing when swiping

I'm using the TabView from Community Toolkit of Xamarin Forms: https://learn.microsoft.com/en-us/xamarin/community-toolkit/views/tabview Works just fine, but i'm not too fond of the transition when swiping. Is there anyway to change the transition…
OneBigQuestion
  • 149
  • 6
  • 19
-1
votes
1 answer

How to turn Event into Command in Xamarin Forms MVVM

Tools: I am using Xamarin forms & MVVM I am following video: https://www.youtube.com/watch?v=7mpe_1okwxk&list=PLwOF5UVsZWUiHY1CkRVjYJ6dm0iCvAlfw&index=12 NuGet: I have installed NuGet >…
user9207271
-1
votes
1 answer

TabViewItem error Property Content does not support values of type MainPage

I have created a TabView and for each icon I am trying to insert as content the pages I created previously. I can't insert them inside the TabViewItem, visualStudio reports me as an error. My pages are inside the 'Pagine' folder in Visual…
-2
votes
1 answer

Is it possible to open Expander from ViewModel?

I have an Expander in my View that every time I touch it it opens and displays data. Is it possible to open the Expander or close it from ViewModel? What I want to do is that the Expander can open or close it by pressing a Button. MainPage.xaml: …
LololYut
  • 65
  • 7
1 2 3 4 5
6