ClipboardWatcher: corporate identity for frmMatch, show overal match and search results for frmTreeview

This commit is contained in:
Jonathan Jenne
2021-01-11 16:10:57 +01:00
parent 5f147c5d75
commit 526e3669ef
8 changed files with 105 additions and 1811 deletions

View File

@@ -19,7 +19,8 @@ Public Class frmTreeView
tvProfileMatch.Nodes.Add(oNode.Clone())
Next
tvProfileMatch.ExpandAll()
tvProfileMatch.Nodes.Item(0).Expand()
'tvProfileMatch.ExpandAll()
tvProfileMatch.EndUpdate()
End Sub
End Class