In This Topic
This section contains information about all the enhancements and bug fixes in Xamarin.Forms since 2017 v2 release.
FlexChart |
Bug Fixes
- Fixed issue where Tooltip does not display when X value contains DBCS char.
- Fixed issue where first DataLabel would display incorrectly on Android if Border is set to False and no Fill color is specified.
- 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.
|
FlexGrid |
Bug Fixes
- Setting the Grid Selection to a new cell range at (-1,-1) does not clear the selection on iOS.
|
FlexPie |
Bug Fixes
- Fixed issue where Tooltip does not display when X value contains DBCS char.
- Fixed issue where first DataLabel would display incorrectly on Android if Border is set to False and no Fill color is specified.
- 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.
|
Gauges |
Bug Fix
- Added a mechanism to use Tapped event without user interaction changing values. A developer can either set e.handled = true in the Tapped event or set the gauge to readonly to prevent downstream changes.
- Gauges now correctly become visible when IsVisible property is set to True at run time on iOS.
|
Input |
Bug Fixes
- [ComboBox/AutoComplete]Item can now correctly be selected by setting SelectedIndex/SelectedItem properties at runtime on iOS.
- [MaskedText] Placeholder and PlaceholderColor properties now wor correctly on Android.
- [ComboBox] The selected item in drop down list does not retain its scrolling position on UWP.
- [AutoComplete/ComboBox/DropDown]Text in text area does not align center vertically on UWP.
- [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.
- [DropDown]DropDownOpenChanging/Changed event no longer fires twice when DropDown is opened/closed.
- [ComboBox/AutoComplete]NullReferenceException occurs when ItemsSource is set null after you select and item and the SelectedValuePath is already set.
- [AutoComplete/ComboBox] TextAlignment now properly works.
- [DropDown/AutoComplete/ComboBox]Dropdown button icon does not position at center of button area.
|