How can I change textbox caret color in windows phone 8.1 universal app? in windows phone 8 we used TextBox.CaretBrush to change caret color. But this is missing in windows phone 8.1 WinRt. Is there are way to change caret color?
1 Answers
0
votes
In Windows Phone universal app, we can't use CaretBrush any more.
Windows Phone 8.1 (Silverlight) vs Windows Phone 8.1
But we can change background of TextBox when Focus
and UnFocus
, So the caret can be seen.