In This Topic
This section contains information about all the enhancements and bug fixes in Xamarin.Forms.
Calendar |
Bug Fixes
- Day/DayOfWeek/Month/Year slots can now be customized.
- HeaderTextColor of previous view (says Year) no longer applys to header text of current view (says Decade) when setting through ViewModeChanged event.
- HeaderTextColor no longer applys only to navigation glyphs when setting through ViewModeChanged event.
- TextColor for MonthSlot/YearSlot set in MonthSlotLoading/YearSlotLoading events now works properly
- BorderColor/Width now works properly.
- Header no longer disappears when ShowNavigationButtons is false.
- Default selection highlight color changed to "Cyan" color from 'Orange' color.
|
FlexChart |
Features
- First release of new version of FlexChart based on the ComponentOne UWP version.
FlexChart is now contained in the same charting package.
|
FlexGrid |
Bug Fixes
- [XF.iOS] Blank area no longer appears below column header in bound flexgrid after tap any row if the number of rows is less than one page.
- Previous row CheckBox no longer re-rendered when selection moves to next row CheckBox in same column or column is resized, sorted, etc.
- Row selection can now be performed by tapping row headers.
- Text no longer gets cut in edit mode on Android.
- Data now shows correctly when FlexGrid is binding with List values.
- Expanded detail row icon now correctly changes to collapse(-) button when expand detail row with ShowDetail() method.
- Expand/Collapse icons are now changes correctly when expand/collapse detail rows if DetailVisibilityMode is ExpandSingle/Selection.
- Columns no longer shift to the right side of the grid while setting width="*" to all columns and IsVisible="False" to one of them.
- HeaderGridLinesColor is now affected to the header area in current view.
- Setting TextColor for GridColumn now works correctly.
- ScrollPositionChanged event fires correctly when scrolling FlexGrid.
- CheckBox column can now be seen in FlexGrid while setting Width="Auto" for UWP.
- Selected checkbox in boolean column is no longer covered by default selection color on iOS.
- Next row of destination row no longer comes out and shows in current viewport after calling ScrollIntoView() in FlexGrid on iOS
- If binding an ObservableCollection<object> to FlexGrid, new items can now correctly be added
|
FlexPie |
Features
- First release of new version of FlexPie based on the ComponentOne UWP version.
FlexPie is now contained in the same charting package.
|
Gauge |
Bug Fix
- Tapped event is now available for all gauge types.
- Gauge controls resize properly after orientation change.
|
Input |
Features
- First release of new Input controls. The input controls have been completely rearchitected to perform better and now share a common API across platforms.
|