Method RefreshTree
RefreshTree()
Refreshes the tree view by updating the list of visible items based on the current state of the tree structure.
protected virtual void RefreshTree()
Remarks
This method regenerates the collection of items displayed in the control by enumerating the expanded items from the root of the tree. It ensures that the visual representation of the tree matches its logical structure.