Results 1 to 4 of 4

Thread: TreeView anomaly [Resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141

    Thumbs up TreeView anomaly [Resolved]

    Let me see if I can even ask this question. I have a TreeView Control. On that control lets say I have nodes like this:
    Code:
    A
    |---B
    |    |-----C
    |    |-----D
    |    |-----E
    |---F
    Ok, now when the form Loads A is selected, and the control has focus. I hit B on my key board and it jumps to B, I hit C and it jups to C, I hit F and it jumps to F, then I hit A and it jumps to A. That is all fine, as long as I am hitting one up or down a level in the hierarchy, all is well. Now the problem is, if C is selected and I hit D, it moves to D, but them if I hit E, nothing happens. If I click on D (which is already selected) and then hit E, it moves. However if I then hit D or C, or any other letter (A, B, F) it won't move. I have to click on E first to get it to move.

    I hope you can understand what I am saying.
    Last edited by blindlizard; Apr 3rd, 2003 at 11:23 AM.
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

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