focus newly-created TreeModelRow after adding it
This commit is contained in:
parent
84fa1e4630
commit
c63a7fd999
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user