Any clue how do we can implement it?
This link doesn't help a lot...
http://social.msdn.microsoft.com/Forums/en-US/winformsdesigner/thread/d1132ee5-acad-49f3-ae93-19d386fe2d12
just disable focus
Focusable="False"
or
IsHitTestVisible="False"
if you need to hide selection
SelectionOpacity="0"
Focusable="False"
works for you, but the cursor is still selectable so what you need is this:
Focusable="False"
Cursor="Arrow"
IsTextSelectionEnabled
is the property I'm using in WinRT...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With