|
-
Mar 29th, 2003, 02:00 AM
#1
Thread Starter
Frenzied Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|