Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WatermarkedTextBox for Windows Phone 7?

I am looking for some kind of WatermarkedTextBox for Windows Phone 7? But I need a custom control not how to implement Watermark behavior or how to handle the GotFocus/LostFocus events.

like image 500
Kate Brown Avatar asked Jan 21 '23 09:01

Kate Brown


2 Answers

This has been added to the official Windows Phone 7 Silverlight Toolkit, and as covered here. It's called PhoneTextBox and can be used like:

<toolkit:PhoneTextBox Hint="Your Text Hint"/>
like image 50
bkaid Avatar answered Jan 31 '23 16:01

bkaid


You could try this Watermark TextBox for Silverlight control, or this one. It's a popular control with many implementations out there.

like image 30
Derek Lakin Avatar answered Jan 31 '23 18:01

Derek Lakin