Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ViewElement in ListView/ListViewGrouped #408

Merged

Conversation

TimLariviere
Copy link
Member

Fixes #407

Xamarin.Forms.ListView allows Views to be rendered as Header and Footer, any other types are first transformed into string (via ToString)
Today, nothing specific is done in Fabulous to allow rendering ViewElement as View instead of string.

With this PR, ViewElements will be transformed into Views before being set to Header and Footer (for ListView and ListViewGrouped)

@TimLariviere TimLariviere merged commit ea29d20 into fabulous-dev:master May 16, 2019
@TimLariviere TimLariviere deleted the 407-support-header-footer-views branch May 16, 2019 19:34
@TimLariviere TimLariviere mentioned this pull request May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rendering of List View Header and Footer
1 participant