Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有RichTextBox一个SurfaceWindow。我需要 RichTextBox,因为我需要制作诸如便签之类的东西(文本和图像作为输入),并且SurfaceTextBox似乎无法放入图像。
RichTextBox
SurfaceWindow
SurfaceTextBox
问题是,当我在屏幕上触摸 RichTextBox 时,它没有响应。只有当我用鼠标单击它时它才会聚焦。我知道这是因为 RichTextBox 不是为 Surface 制作的。
有没有其他方法可以实现这一点(通过触摸使 RichTextBox 聚焦)?