Readonly textbox for WPF with visible cursor (.NET 3.5)

前端 未结 3 1616
北荒
北荒 2021-01-17 10:17

I need my textbox to be read-only. However, when I set the IsReadOnly to true, then the user can no longer interact with the textbox using

3条回答
  •  無奈伤痛
    2021-01-17 11:06

    You could try extracting the templates from .NET 4.0, and use them in your .NET 3.5 application.

    Hopefully you can use it without too many adjustments.

提交回复
热议问题