Results 1 to 3 of 3

Thread: using Infragistics ActiveTreeView

  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  

  2. #2

    Thread Starter
    Fanatic Member khalik_ash's Avatar
    Join Date
    Aug 2002
    Location
    Singapore
    Posts
    724
    its simple... the treeview selectitem is and in keydown when the arrow key are pressed i need to select the appropriate node...


    did any one use the control

  3. #3
    Fanatic Member clarkgriswald's Avatar
    Join Date
    Feb 2000
    Location
    USA
    Posts
    799
    I have the same problem; it is due to the NodeSelectionType property. If it is set to single node selection then it will work as expected otherwise you will get this nighlighted node and the focus rectangle node. I'm looking for the easiest way to "know" the focus rectangle node as opposed to the highlighted node.

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