Replies: 2 comments
-
Hello, 'Avid29! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@RBrid is this something you can comment on as to why the control wasn't made to inherit from the beginning? FYI @anawishnoff. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem this feature would solve
DataGrid
is not considered anItemControl
orSelector
, despite having all the properties.Describe the solution
DataGrid
shares all functionality withListViewBase
, so giving it a more specific base type will allow abstraction for developers with their lists when usingDataGrid
.Describe alternatives you've considered
I'm implementing the
DataGrid
in a Style that assumesPART_selector
is aSelector
. I would like to use aDataGrid
as mySelector
, butDataGrid
doesn't implementSelector
.Additional context & Screenshots
All the properties are already there. It's as easy as changing the base type.
Beta Was this translation helpful? Give feedback.
All reactions