In WP, how can I maintain visible the caret position cursor, without showing the softkeyboard?

StackOverflow https://stackoverflow.com/questions/14399684

  •  16-01-2022
  •  | 
  •  

Its a very unusual question, but I'm in need of this feature. In Windows Phone, how can I maintain visible the caret position cursor of a given TextBox, without showing the softkeyboard (virtual keyboard)? In Android this is very possible, but I haven't found anything in WP. Thanks in advance.

有帮助吗?

解决方案

This is not possible. Caret is only visible and associated with focus being on that control. The same applies to Soft keyboard.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top