Table of Contents

Property KeystrokeNavigator

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

KeystrokeNavigator

Gets or sets the Terminal.Gui.Views.CollectionNavigator that searches the Source collection as the user types. The default implementation is a Terminal.Gui.Views.CollectionNavigator that uses the string representation of the items in the collection. Set to null to disable keystroke navigation.

public IListCollectionNavigator? KeystrokeNavigator { get; set; }

Property Value

IListCollectionNavigator

Remarks

When a new navigator is assigned, its Collection is automatically synchronized with the current Source.