Essential Studio for Xamarin.Forms Release Notes

v18.1.0.45
April 21, 2020

SfAutoComplete

Bug fixes

  • #271364 - [iOS] Now, the value changed event will be triggered in SfAutoComplete.

SfBusyIndicator

Bug fixes

  • #272114 - [UWP] Memory leak issue will no longer occurs in SfBusyIndicator.

SfButton

Bug fixes

  • #266256, 263448 – [UWP] Now, when you release the outside of the button, the SfButton Clicked event will not trigger.

SfCarousel

Bug fixes

  • #151915 - [iOS] Now, you can scroll vertically when you place SfCarousel inside the ScrollView.

SfChart

Bug fixes

  • #272265 - [UWP] Now, the Chart tooltip displays the correct information using the DataTemplate when the mouse moves through the Area Series.
  • #268925 - When setting ArrangeByIndex as false for CategoryAxis, the stacked series will be rendered correctly.
  • [UWP] Now, the ‘LegendItemClicked’ event will be triggered only once.
  • #264289, 268296 – [iOS] Now, the Trackball labels will arrange properly without overlapping when we have multiple values in same location.

SfDataForm

Bug Fixes

  • #273534, #F153369 - Validation issue will no longer occur in the AutoCompleteEditor and Complex type properties in SfDataForm.

SfDataGrid

Bug fixes

  • #153105 - Now the random NullReferenceException is no longer thrown when disposing SpannedDataRow.
  • Calling InvalidateUnboundRow() from SfDataGrid.SelectionChanged event handler no longer crashes the application.
  • #273687 - [UWP] Now the NullReferenceException is no longer thrown when setting null value to the SfDataGrid.ItemsSource property.

SfListView

Bug Fixes

  • #263712 - [UWP] Vertical scrolling will happen if the focus is on horizontal ListView.

SfPopupLayout

Features

  • #257890, #143132, #150096, #267427, #152827 - Support has been provided to show the popup relative to a view and to show the popup in the given position inside a Shell page.

Bug fixes

  • #268805 - [iOS] Now, the SfPopupLayout.PopupView.Content renders properly in lower version iOS devices.
  • #267849 - Now, the NullReferenceException is no longer thrown and the popup will be displayed properly inside a Shell page.

SfRadioButton

Features

  • #272854 - [UWP] The NullReferenceException will no longer be thrown when using RadioButton inside the SfNavigationDrawer.

SfRating

Bug fixes

  • #271621 - [Android] Now, the rating value will be changed correctly when you change the RateFill in SfRating.