1
Answer

TreeView files selecting

onez

onez

19y
3k
1
When I try to select a node like tvFolders.SelectedNode = n; in the Form contructor, after InitializeComponent();, the AfterSelect evenhandler does not get called but it will get called if the code is put in the form load method. Why is this?
Answers (1)