4

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.

Kate Brown
  • 562
  • 5
  • 14

2 Answers2

7

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"/>
bkaid
  • 51,465
  • 22
  • 112
  • 128
2

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

Derek Lakin
  • 16,179
  • 36
  • 51