Is there any way to apply shader effect on particular cell of a Grid.
BR
|
Is there any way to apply shader effect on particular cell of a Grid. BR
| |||
|
feedback
|
|
You cannot apply a shader effect on a particular Grid cell, but you can add a Rectangle or Border control within a panel (like Grid) to get the desired effect you are looking for. Remember to add the Rectangle first, or play with ZIndex as I show below so that your code does not hide any controls.
| |||
|
feedback
|