When you set the opacity on a Grid
in WPF, all the child elements appear to inherit its Opacity
. How can you have a child element not inherit the p
You can just overlay two grids inside your layout grid. The first would be defined as your grid, minus your red innermost grid. The second would be defined with the same columns and rows, with a transparent background. The only child of this grid would be your innermost grid.
Here is some content in a somewhat transparent cell