hi
i am using Infragistics ActiveTreeView control.
i have some problem.....
the code we have writen
ExpandFolder si a sub which get the child folder and load...Code:Select Case KeyCode Case vbKeyLeft, vbKeyRight, vbKeyUp, vbKeyDown g_KeyClicked = True Case Else g_KeyClicked = False End Select If KeyCode = 39 Then ExpandFolder sstFolderTree.SelectedItem End If
if u see in tree view u see 2 highlight nodes... how do we handle it....
one in dotted lines and one in blue color


Reply With Quote