https://github.com/lazylace37/AutoHeightListView
Xamarin.Forms implementation of an auto-height ListView
https://github.com/lazylace37/AutoHeightListView
xamarin xamarin-forms
Last synced: 3 days ago
JSON representation
Xamarin.Forms implementation of an auto-height ListView
- Host: GitHub
- URL: https://github.com/lazylace37/AutoHeightListView
- Owner: lazylace37
- Created: 2019-08-02T19:49:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T20:04:07.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T21:44:45.771Z (6 months ago)
- Topics: xamarin, xamarin-forms
- Language: C#
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xamarin-forms - AutoHeightListView ★3 - height ListView. (UI)
README
# AutoHeightListView
Xamarin.Forms implementation of an auto-height ListView
I've made this little project because sometimes the default Xamarin.Forms' ListView doesn't calculate its height based on its children, and that can be the reason why you are here.You can call it like that:
```
...
...
```
Now it is working only with HasUnevenRows set to True.
The Header height is dynamically retrieved, but I didn't manage to get the ViewCell's View height correctly, so for now I'm forcing the ViewCell's height.
You can also use the classic RowHeight property.Any suggestions will be appreciated.