In Silverlight, How do I make a TextBox with IsReadOnly=\"True\" not become grayed out. The gray effect looks horrible with my app and I would like to disable it, o
I wanted to reduce the style to bare bone, and tested this with silverlight 4.0:
It is almost a cheat, like saying:Hey silverligh, this textbox is a textblock!
You should eventually add something in the TextBlock tag, to better reflect other TextBox properties.