I’m working on a Windows Phone 7 Silverlight puzzle game that is sort of like sudoku. I have text boxes for each cell of the puzzle. The player is given numbers to start out with and I don’t want them to be able to edit those cells so I made them read only, but the color becomes faded and hard to read. What I’m trying to do is change the color of the text but no matter what I change it to it stays the same faded color. Is this even possible?
Share
You’d need to edit the template of the textbox in expression blend. Its states would have a read-only state which you need to tweak to your satisfaction. More info here.