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
770
using DropShadowEffect in Template Column of xamGrid
posted

When I create a template column in xamGrid, and in DataTemplate I put a border with some labels inside, I can see text in labels fine.

But if then I put a DropShadowEffect to the border, all texts of labels look blurred.

This only happend inside xamGrid, if I put my border with labels and DropShadowEffect inside other control, it looks fine.

My xamGrid is inside a xamTabControl, I tried to put outside the tab and works fine too.

Why happends this?

Thanks