We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ListViews with GridViews fail to display properly by default.
The sample app reveals the workaround:
<ListView x:Name="ErrorList" Style="{StaticResource {x:Static GridView.GridViewStyleKey}}" .. > <GridView> ....
But it would be really nice if you could DOCUMENT this somewhere other than in the sample app source code.
The text was updated successfully, but these errors were encountered:
Remove the need to set an explicit style for a ListView that uses Gri…
55f8b51
…dView (#114)
Thanks for bringing this up. In the next version it'll work by default.
Sorry, something went wrong.
Fixed by 55f8b51.
No branches or pull requests
ListViews with GridViews fail to display properly by default.
The sample app reveals the workaround:
But it would be really nice if you could DOCUMENT this somewhere other than in the sample app source code.
The text was updated successfully, but these errors were encountered: