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:
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.