In This Topic
This section contains information about all the new features, enhancements, and breaking changes in Xamarin.Android since 2017 v2 release.
FlexChart |
Bug Fixes
- Selected series is now drawa properly on top of all other series.
- Selected series moves no longer moves to the next to last series it's double tapped.
|
FlexPie |
Bug Fixes
- Selected series is now drawa properly on top of all other series.
- Selected series moves no longer moves to the next to last series it's double tapped.
|
Input |
Bug Fixes
- Fixed the issue that Text Alignment property does not work in MaskedText.
- [ComboBox/AutoComplete]Fixed a System.ArgumentOutOfRangeException that could occur when select any item if some items contained null values.
- [DropDown] MaxDropDownHeight property now works correctly on Android.
- [ComboBox/AutoComplete]NullReferenceException occurs when ItemsSource is set null after you select and item and the SelectedValuePath is already set.
- [AutoComplete] Fixed issue where selected item could overlap with DropDown button when TextAlignment property is set to 'Right'.
- [DropDown/AutoComplete/ComboBox]Dropdown button icon does not position at center of button area.
|