You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, having a look I can see that ListViewExtensions never had a Command attached property declared (I had a look at the git history). Could this be a mistake on the documentation side ?
I'd happily implement the missing code if thats the right way forward :)
Describe the bug
https://docs.microsoft.com/en-us/windows/communitytoolkit/extensions/listviewextensions
this page states command extension for list view, but all i get is
Unknown attachable member 'ListViewExtensions.Command' on element 'ListView'
https://stackoverflow.com/questions/59301716/unknown-attachable-member-listviewextensions-command-on-element-listview
also seems missing on https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI/Extensions/ListViewBase/ListViewExtensions.cs
Steps to Reproduce
Steps to reproduce the behavior:
<ListView ... extensions:ListViewExtensions.Command= < error
Expected behavior
Command added
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: