Table of Contents

Property MaxSearchResults

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

MaxSearchResults

The maximum number of results that will be collected when searching before stopping.

[ConfigurationProperty(Scope = typeof(SettingsScope))]
public static int MaxSearchResults { get; set; }

Property Value

int

Remarks

This prevents performance issues e.g. when searching root of file system for a common letter (e.g. 'e').