Web Atoms 1.6.249

Released: Sep 19, 2021

Updates in 1.6.249

Features

  • Added new AtomSuggestions control which will display a list of items horizontally till it fills up all the space and then it will display a "More" link, which will then open a popup list view to select items from. The ItemTappedCommand will be executed when you click any of the items displayed.
  • Weak Reference have been removed from Apple iOS.
  • RecycleElement recycling strategy for ListView displayed in Popups for AtomChips and new control AtomSuggestions has been set.
  • Popups are now automatically scrolled to top by bringing the target UI to top if it is inside a scroll view. You can turn it off by setting AtomPopup.SetScrollUp(target, false).