How to allow TextBlock‘s text to be selectable? I tried to get it to work by displaying the text using a read-only TextBox styled to look like a textblock...
  • May 22, 2022
  • 0 Comments
I am developing an app for sending some feedback. Basically I’m trying to make a TextBox for comments, but I’m used to the WinForms MultiLine=true. I’ve set MinLines to...
  • May 8, 2022
  • 0 Comments