diff --git a/MatterControlLib/CustomWidgets/TreeView/TreeView.cs b/MatterControlLib/CustomWidgets/TreeView/TreeView.cs index 1850fbc81..a52a8d29e 100644 --- a/MatterControlLib/CustomWidgets/TreeView/TreeView.cs +++ b/MatterControlLib/CustomWidgets/TreeView/TreeView.cs @@ -233,6 +233,8 @@ namespace MatterHackers.MatterControl.CustomWidgets _selectedNode.HighlightRegion.BackgroundColor = theme.AccentMimimalOverlay; } + this.ScrollIntoView(_selectedNode); + OnAfterSelect(null); } }