简体   繁体   中英

Windows Phone 7 Copy & Paste Support?

I want to allow my users to copy text from a textblock, and repaste it on a textbox.

How can I do this with my application?

Textblock is not copy-paste-able. You can try using a ReadOnly TextBox as seen here: WP7 CopyPaste on TextBlocks .

You could also put it in a WebBrowser control (provided you have enough content and are willing to suffer the display / performance )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM