Rename IDataGridCollectionView to ICollectionView and make it public #11515
koustubhmoharir
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am porting an application from WPF to Avalonia. There is a lot of code that uses ICollectionView. There is also a class that inherits ListCollectionView and provides additional functionality.
I see that there is an IDataGridCollectionView interface that matches ICollectionView but it is internal.
The DataGridCollectionView class seems to match ListCollectionView but it is sealed.
Would it be a good idea to rename the interface, make it public, and not seal the class?
Beta Was this translation helpful? Give feedback.
All reactions