I'm working in an app that uses a "rowcard" format, when a row is selected there's a rowcard that is disabled that shows the details of the row. The GridView control is virtually impossible to read when it is disabled. Any suggestions for fixing this? The only thing I have so far is to not make the GridView's container disabled, but that's a pretty large and time consuming change. Most other windows controls are fine to read when they are disabled, but the GridView is not. Suggestions?