Reputation: 20046
The default TextBox
in WPF, once set isEnabled to False, the whole TextBox
is grayed out. I want to protect the TextBox.Text
from being modified and want the TextBox
to remain its style (ForeGround and Background color). Is there an easy work around to achieve this, other than to write the template to override the TextBox
?
Upvotes: 0
Views: 210