How to customize a caret of TextBox in UWP?
水 知
125
Reputation points
I want to make customized TextBox and I don't know how to customize the caret in UWP.
I thought of these ways to make it:
- Change the style of the original caret directly
- Use a rectangle and let it blink, but how to hide the original caret or how to make the new one blink at the same time as the orignal one?
- Remake a TextBox, but how to do it and make it support IME?
Please help!
Sign in to answer