c# - AvalonEdit : Tab Key Handling -


i using avalonedit custom control. wan move focus previous or next element.

textarea.movefocus(new traversalrequest(focusnavigationdirection.next))  

works.

textarea.movefocus(new traversalrequest(focusnavigationdirection.previous))  

does not works.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -