Hi Guys,
I have a datagrid in silverlight, it contains two template columns, i set a background image in each one of them. I made this datagrid resizable using codebehind logic. I have done my calculations in double values so that no fractional space is left in the grid.
What I want is that my datagrid should not show any vertical lines and only show a solid resizable image.
The problem is that when the said datagrid is resized it sometimes misses the background image on the conjoining point of the two columns hence showing a vertical pixel cutting through the backrounds of the two columns.
Anyone please suggest me where I am wrong?
Thanks in advance