Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Password Box with Hint Text

How to display a password box with hint text in windows phone?

I have tried the PasswordBox and Toolkit's PhoneTextBox. Is there anything special to be done to combine the two?

like image 461
Milan Aggarwal Avatar asked Oct 10 '12 05:10

Milan Aggarwal


2 Answers

For this I am using http://damianblog.com/2011/01/21/wp7-password-watermark/ for now. I hope to get a better method.

like image 128
Milan Aggarwal Avatar answered Sep 24 '22 18:09

Milan Aggarwal


Another option: WindowsPhoneControls

Also, the next release of the Telerik WP controls has a RadPasswordTextBox.

like image 30
Derek Beattie Avatar answered Sep 24 '22 18:09

Derek Beattie