Find Panel
The Find Panel enables end-users to type search queries into the panel’s Find box to filter nodes and highlight search strings in the results.
Use the TreeList control’s FindPanel property to customize the Find Panel’s look & feel.
The table below lists the main members that relate to the Find Panel.
Visibility | The TreeList control’s FindPanel.DisplayMode property. The TreeList control’s ShowFindPanel and HideFindPanel procedures. |
Position | The TreeList control’s FindPanel.Position property. |
Appearance | The TreeList control’s Styles.FindPanel and Styles.SearchResultHighlight properties. |
Contents | The TreeList control’s FindPanel.ShowClearButton, FindPanel.ShowCloseButton, and FindPanel.ShowFindButton properties. The Tree List control’s DataController.FindCriteria.Text property. |
Behavior | The TreeList control’s FindPanel.HighlightSearchResults, FindPanel.UseExtendedSyntax, FindPanel.UseDelayedFind, FindPanel.FocusContentOnApplyFilter, and FindPanel.ClearFindFilterTextOnClose properties. |
HitTest Information | The TreeList control’s HitTest.HitAtFindPanel property. |