1 Attachment(s)
using Infragistics ActiveTreeView
hi
i am using Infragistics ActiveTreeView control.
i have some problem.....
the code we have writen
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
ExpandFolder si a sub which get the child folder and load...
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