Hi!
I have a TreeView in my form for which I dont want to have key input enabled. Which means that if I have this tree structure:
Root
|
-- Abba
|
-- Basic
|
-- Center
...and press "b"-key. I do not want "Basic" to be selected. I only want the user to be able to select nodes using mouse input.
Any ideas on how to achieve this?