XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks buildin...
### Description When using a TabView with TabItemsSource, several TabViewItem properties are never used, for example TextColorSelected. The reason for this issue seems to be that `TabViewItem.IsSelected` is never set...
### Description `TouchEffect.NativeAnimation` prevents tap to be passed to child elements (see gifs bellow) ### Stack Trace N/A ### Link to Reproduction Sample ### Steps to Reproduce 1. Add `NativeAnimation`...
### Description TabView inside a Grid Layout doesn't auto fit the content in iOS, few items are cutting off from beginning off the content as well. ### Steps to Reproduce...
### Description Adding TouchEffect LongPress on a CollectionView breaks the functionality of the ObservableCollection bound to SelectedItems. Perhaps this is linked to #760. ### Steps to Reproduce 1. Open and...
### Description when using the Translate XAML extension and the resource key is missing from the resources file, the extension will throw an exception that causes the app to crash...
### Description TabView does not initialize BindingContext on custom controls correctly. Weirdly, it works when wrapping it in an additional standard control. See sample repository: https://github.com/Hottemax/XamarinTabViewBug ```xml ``` ### Steps...
### Description [Bug] MediaElement for UWP is broken in Xamarin Community Toolkit 1.1 ### Steps to Reproduce 1. Try the below MainPage.xaml file that contains a MediaElement Tag (set the...
### Description I would like to have a chance preselect different TabItem than the first on when navigate to page with TabView. Unfortunately, it doesn't work when you bind SelectedIndex...
I would like to Enable/Disable certain Tabs I mean not their Content but that the user is not allowed to switch to this Tab at all.
when i add this code as an exemple ` .....` i can't scroll to the last label but work fine in the listview or carousel view ### Description ### Stack...