You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Filtering a tree view means not just hiding/showing branches but also considering parents/children that match the filter. This makes most sense as a core library feature on the view rather than a hacky 'add on' that could be applied by the tree builder.
Is your feature request related to a problem? Please describe.
Filtering a tree view means not just hiding/showing branches but also considering parents/children that match the filter. This makes most sense as a core library feature on the view rather than a hacky 'add on' that could be applied by the tree builder.
This will be handy for:
PowerShell/ConsoleGuiTools#179
Since v2 release seems quite far off and will likely take a while to be stable I think it makes sense for this to be in v1 and v2.
Describe the solution you'd like
Ability to add a filter to a TreeView to show only branches that match given criteria
The text was updated successfully, but these errors were encountered: