Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
How to make grid and grid content transparent if disabled?
posted

In my project i have a grid inside which there are many labels, text-boxes and check boxes, on my grid i have a property IsEnabled, now when i set the property IsEnabled ="false" the grid contents(text-boxes and check boxes) gets disabled, which is working fine but my Labels looks same as it is.

My requirement is that when i set IsEnabled="false" on my grid, my whole grid beside getting disabled shall also get transparent, so that on my UI looks more attractive when grid is disabled.