-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
DataGrid π Issues on DataGrid controlIssues on DataGrid controlfeature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalityopen discussion βοΈ
Description
Describe the problem this feature would solve
DataGrid is not considered an ItemControl or Selector, despite having all the properties.
Describe the solution
DataGrid shares all functionality with ListViewBase, so giving it a more specific base type will allow abstraction for developers with their lists when using DataGrid.
Describe alternatives you've considered
I'm implementing the DataGrid in a Style that assumes PART_selector is a Selector. I would like to use a DataGrid as my Selector, but DataGrid doesn't implement Selector.
Additional context & Screenshots
All the properties are already there. It's as easy as changing the base type.
michael-hawker and lukeblevins
Metadata
Metadata
Assignees
Labels
DataGrid π Issues on DataGrid controlIssues on DataGrid controlfeature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalityopen discussion βοΈ