Essential Studio for Xamarin.Forms Release Notes

v16.4.0.48
January 22, 2019

Presentation

Bug Fixes

  • #224226 - Application will no more hang while adding a image to a PowerPoint slide.

SfDataGrid

Bug Fixes

  • #141551: The TableSummary row text will now be aligned to the center when setting LoadUiView to false.
  • #224519: The NullReference exception will no longer be thrown when navigating from one page to another when ItemsSource is set in the OnAppearing override.
  • #223888: In edit mode, when clicking any key for the first time, the text selection will not change and value only will be changed in UWP.
  • #223708: Application will not crash when loading the grid with ScrollingMode as PixelLine.
  • #218212: Format will now be applied to GridNumericColumn.

SfNumericUpDown

Bug fixes

  • #221058 - The up-down button will be aligned properly.

SfPopupLayout

Bug Fixes

  • #222662: The SfPopupLayout.Content constructor will now only be called once when pop-up is displayed.
  • #214331: Pop-up will overlay in full screen during orientation changes if HorizontalOptions and VerticalOptions are set to FillAndExpand.

SfPullToRefresh

Bug Fixes

  • #141242: Pulling is triggered properly in the second page even after scrolling down the listview in the first page.