Skip to content

Make internal and private getter in DataGridCell publicΒ #186

@DamirLisak

Description

@DamirLisak

What is the reason, why the getters of IsCurrent, IsEdited, IsMouseOver, RowIndex, ColumnIndex... are internal or private?
This prevents the implementation of custom DataGridBoundColumn's.

Furthermore, there's no way to query external classes to determine which cell is currently focused. WPF used CurrentCell for this purpose. This property doesn't exist here, and EditingRow is internal. In general, there are too many restrictions regarding public read access to non-critical properties.

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