Skip to content

Releases: Redth/Maui.VirtualListView

0.2.1

15 Aug 14:39
Compare
Choose a tag to compare

What's Changed

  • Use binding context from parent control if there is no data object for item

Full Changelog: 0.2.0...0.2.1

0.2.0

28 Jul 18:30
48abd49
Compare
Choose a tag to compare

What's Changed

  • Make SelectedItem/SelectedItems as bindable properties by @Redth in #11
  • Bugfixes

Full Changelog: 0.1.3...0.2.0

0.1.3

24 Jul 15:36
Compare
Choose a tag to compare
  • Bugfix for windows exception when EmptyView not specified

Full Changelog: 0.1.2...0.1.3

0.1.2

24 Jul 14:19
7b2f4f9
Compare
Choose a tag to compare

What's Changed

  • Add EmptyView, improve Refresh support (Accent Color, IsEnabled) by @Redth in #10
  • Fix logical children handling for list items, empty view

Full Changelog: 0.1.1...0.1.2

0.1.1

23 Jul 16:00
b6df9e7
Compare
Choose a tag to compare
  • Fixes selection logic and moved into core
  • Fixed reloading adapter data
  • Adds dictionary values to VirtualViewCell for IPositionInfo
  • Cleans up bindable properties on VirtualViewCell that shouldn't be bindable
  • Code cleanup - tabs, file level namespace, split classes out to files, etc

0.1.0

21 Jul 19:38
6887795
Compare
Choose a tag to compare

Initial release!