Releases: Redth/Maui.VirtualListView
Releases · Redth/Maui.VirtualListView
0.2.1
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
0.1.3
- Bugfix for windows exception when EmptyView not specified
Full Changelog: 0.1.2...0.1.3
0.1.2
0.1.1
- 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