I am confused how to add key to TreeView by the doc and the code when it comes to V2. #3618
-
Hey all, Good to see V2 is coming around! Since the app is a new one I started with V2. I wanted to add multiple keystrokes to a TreeView, meaning if I press "a" it does this, if I press "b" another thing happens when an item is selected. The same what I described here. The doc says I should use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I would continue to use the key event handler approach... keybinding is more for making standard functions remappable by end users and is primarily intended for new Types of view. Can you link the bit of the v2 docs, maybe it could be cleared up? |
Beta Was this translation helpful? Give feedback.
I would continue to use the key event handler approach... keybinding is more for making standard functions remappable by end users and is primarily intended for new Types of view.
Can you link the bit of the v2 docs, maybe it could be cleared up?