WatermarkedTextBox for Windows Phone 7?

ε祈祈猫儿з 提交于 2020-01-14 10:25:49

问题


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.


回答1:


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"/>



回答2:


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



来源:https://stackoverflow.com/questions/5141325/watermarkedtextbox-for-windows-phone-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!