Skip to content

extended widget.Table cell indicator and selected cell not sync #5600

Answered by andydotxyz
heejit asked this question in General
Discussion options

You must be logged in to vote

The table widget, by default, follows focus changes with up/down/left/right and selects with space.

That behaviour has been removed by your overriding TypedKey function.
To keep the builtin behaviour as well then you should call this.Entry.TypedKey(event) inside your custom function.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@andydotxyz
Comment options

@heejit
Comment options

@heejit
Comment options

@andydotxyz
Comment options

Answer selected by heejit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants