Enum TabVisibility
Specifies the visibility of Find results tab.
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public enum TabVisibility
Fields
| Name | Description |
|---|---|
| Auto | Auto - FindResults Tab will be whenever Find Symbol options is used and will be hidden when the Window is Closed explicitly or when FindReplace Window is closed. |
| Collapsed | Collapsed - FindResults tab will always be collapsed even when the Find Symbol options is used. |
| Visible | Visible - FindResults Tab will always be visible |