两种方式解决:

1、<RichTextBox IsReadOnly="True" IsDocumentEnabled="True" />

参见:https://stackoverflow.com/questions/762271/clicking-hyperlinks-in-a-richtextbox-without-holding-down-ctrl-wpf

2、使用鼠标左键的双击事件,但是不能给Richtextbox设置上面两个属性

相关文章:

  • 2021-08-04
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2023-01-22
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
相关资源
相似解决方案