Skip to content

ListView collection navigator not overridable #4027

Closed
@danielmarbach

Description

@danielmarbach

It took as a while to understand that key strokes on a list view are always intercepted and forwarded to the collection navigator. Unfortunately this means when I want to intercept key strokes on a list view in a different way I have no possibility to do so but have to fall back to the application level key down events.

The collection navigator also looses the actual Key information while doing so which means on the search string I can't different a 'b' from a 'B' as an example.

If the collection navigator would be overridable I could at least return one that never gets a matching item by always returning -1 which then would return false on the OnKeyDown and therefore raising the KeyDown event if I understand correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    ✅ Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions