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

ListView with GridView fails #114

Closed
rerdavies opened this issue Jun 13, 2020 · 2 comments
Closed

ListView with GridView fails #114

rerdavies opened this issue Jun 13, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@rerdavies
Copy link

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.

@Kinnara
Copy link
Owner

Kinnara commented Jun 19, 2020

Thanks for bringing this up. In the next version it'll work by default.

@Kinnara Kinnara added bug Something isn't working and removed needs-triage labels Mar 3, 2022
@Kinnara
Copy link
Owner

Kinnara commented Mar 3, 2022

Fixed by 55f8b51.

@Kinnara Kinnara closed this as completed Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants