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 ### Steps to Reproduce Remove TabViewItem: 1. Create TabView in XAML with many TabViews (example TabViewItem1, TabViewItem2, TabViewItem3, TabViewItem4, TabViewItem5) 2. Now when in `OnAppearing` try remove TabViewItem....
### Description xct:TouchEffect commands are no longer triggered when the Xamarin Forms project is compiled and deployed in iOS physical device release mode. This only occurs if the 'xct:Expander' view...
Description I have a need to have form based items in multiple tabs, and each tab has controls like Entry, Picker, Editor & button. When the app is switched to...
### Description Hi. Using MaskedBehavior on Entry causes caret to behave incorrectly both on Android and iOS. It goes to the end after changing something in the middle of Entry's...
### Description Visual content does not update when changing tabs. ### Steps to Reproduce 1. Assign a TabItemsSource to the TabItem 2. Assign a TabViewItemDataTemplate 3. Assign a TabContentDataTemplate 4....
### Description TabView reports the selected index as -1 on Android (reports expected value of 0 on iOS) ### Expected Behavior TabView's SelectedIndex property should be 0 before any tabs...
### Description When I use TabTapped="OnFabTabTapped" to create action button Tabindicatorcolor doesn't work at TabviewItem position 3 to 4. Tabindicatorcolor can't move to TabviewItem 4 position. ### Steps to Reproduce...
### Description DisplayToastAsync() is worked, after closing app and reopen app from float service button, DisplayToastAsync() is shown but app crash Toast.MakeText() still worked fine even after reopen app from...
### Description When setting an expander arrow image that indicates if it is collapsed/expanded, if I set a light and dark version with AppThemeBinding, the image does not update after...
### Description When StateLayout is presented it always defaults to the None View regardless what is set in CurrentState. I maybe using this wrong but surely if I set CurrentState...