How to set the cursor to a custom component? #3803
Answered
by
andydotxyz
EddieChan1993
asked this question in
Q&A
-
How to set the cursor to a custom component? |
Beta Was this translation helpful? Give feedback.
Answered by
andydotxyz
Apr 10, 2023
Replies: 2 comments 3 replies
-
You can't change what the cursor in an Entry field looks like. What would be the use-case for this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think you may be asking "how can I focus a different component". In which case the answer is to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EddieChan1993
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you may be asking "how can I focus a different component".
In which case the answer is to use
Window.Canvas().Focus(obj)
.