0

Is there any way to show something on top of WindowsPhone 8 On Screen Keyboard, such as a Grid, PopUp or StackPanel so I can cover it.

AymenDaoudi
  • 7,811
  • 9
  • 52
  • 84
TheJaya
  • 13
  • 4
  • Is there a reason `IsReadOnly` didn't work? http://stackoverflow.com/questions/21954103/hide-on-screen-keyboard-without-using-focus-on-another-element As for this question, there's no way to put something on top of the keyboard. – keyboardP Feb 22 '14 at 14:47
  • It's working but that method cannot used in my application because I want to select text directly from the TextBox by using my fingers. Thank you any way I have been struggling with this issue more than a month now. It seems like there is no option rather than using TextBlocks. – TheJaya Feb 22 '14 at 14:54
  • Unfortunately I can't test it at the moment but I think setting it as readonly should allow you to select and copy the text. Might need to double tap on it. – keyboardP Feb 22 '14 at 14:57
  • Yes I think you very much this may solve lots of my problems – TheJaya Feb 22 '14 at 15:07
  • But the textbox is not automatically scroll down when I'm writing on it – TheJaya Feb 22 '14 at 15:17

1 Answers1

0

No you wan't put something above the On Screen Keyboard in WindowsPhone, the On Screen Keyboard is a system object, you don't have direct access to it, nor you can put something above it it has Visually more priority than your applications Elements

AymenDaoudi
  • 7,811
  • 9
  • 52
  • 84