Prevent a readonly textbox from being grayed out in Silverlight
Posted
by Struan
on Stack Overflow
See other posts from Stack Overflow
or by Struan
Published on 2009-06-24T23:41:01Z
Indexed on
2010/04/06
5:23 UTC
Read the original article
Hit count: 327
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, or change its appearance/color.
© Stack Overflow or respective owner