focus newly-created TreeModelRow after adding it

This commit is contained in:
Michael Becker 2021-08-03 23:15:05 -04:00
parent 84fa1e4630
commit c63a7fd999
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -341,6 +341,8 @@ namespace UniversalEditor.UserInterface.Panels
row.Rows.Add(rowFolder);
UpdateSolutionExplorer();
tvSolutionExplorer.Focus(rowFolder, null, null);
}
private void mnuContextFolderAddNewFolder_Click(object sender, EventArgs e)