Property DefaultKeyBindings
DefaultKeyBindings
Gets or sets the default key bindings for ListView. These are layered on top of DefaultKeyBindings when the view is created.
IMPORTANT: This is a process-wide static property. Change with care. Do not set in parallelizable unit tests.
public static Dictionary<Command, PlatformKeyBinding>? DefaultKeyBindings { get; set; }
Property Value
Remarks
Only single-command bindings are included here. Multi-command bindings (e.g., Shift+Space for Activate+Down) and bindings with data payloads are added directly in the constructor.