Skip to content

Using an EventSetter on a DataGrid with the modern style applied ignores the event #677

@JustRed23

Description

@JustRed23
<DataGrid.ItemContainerStyle>
    <Style TargetType="DataGridRow" BasedOn="{StaticResource DefaultDataGridRowStyle}">
        <EventSetter Event="MouseDoubleClick" Handler="DataGridRow_MouseDoubleClick"/>
    </Style>
</DataGrid.ItemContainerStyle>

Adding this to a DataGrid did not work anymore after applying the modernwpf library

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions