Skip to content

[Feature request] Add x:Key to Datagrid, ListView style #980

@Yopler

Description

@Yopler

Is your feature request related to a problem? Please describe.
I really like the default style of the Datagrid but I can't make my own default Datagrid Style base on the Handy Control one. I have see that the same problem is present for the ListView style, and maybe some others.

Describe the solution you'd like
It's possible to add a x:Key = DataGridBaseStyle (using the default naming of the other BaseStyle) to the DataGrid Style and then make it default <Style TargetType="DataGrid" BaseOn="{StaticRessource DataGridBaseStyle}"/>

Describe alternatives you've considered
A first alternative is to make all the changes on the <DataGrid/> Tag.
But Currently I have litterally copy/paste the default style and made the Changes I wanted.

PS : Sorry for this approximative English ! ^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions