I have a WP7 app where I would like to have a "clickable" TextBlock area, that when a user clicks on the TextBlock, it puts it into edit mode (a different control). This would add another explicit step for a user before editing text.
There is no click event for the TextBlock (which doesn't surprise me).
Is there any way to do this? Wrapped in another control, or something similar?
WP7应用中TextBlock点击编辑
本文介绍如何在Windows Phone 7 (WP7) 应用中实现TextBlock的点击编辑功能。通过使用MouseLeftButtonDown事件,可以轻松地让TextBlock响应用户的点击操作,并切换到编辑模式。
647

被折叠的 条评论
为什么被折叠?



