Results 1 to 3 of 3

Thread: using Infragistics ActiveTreeView

Threaded View

  1. #1

    Thread Starter
    Fanatic Member khalik_ash's Avatar
    Join Date
    Aug 2002
    Location
    Singapore
    Posts
    724

    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
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width