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