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
60
Custom CellValue PresenterStyle XamDataGrid clipping off grid lines
posted

Hi guys,

I have written a rather detailed custom cell presenter style, which is basically a grid, with 1st column being an ellipse with the cell value data, and 2nd column being a togglebutton/pop up combo. It works well, however the cell's lower row line is cut off, making the cell look "open" and bad on the UI. Any ideas as to what must bhe causing this? How do I contain the custom style entirely within the cell?

I tried reducing the size of this structure; no matter how tiny it becomes, it still cuts off the lower line.

(I tried to attach the image; but there doesn't seem to be an upload button)

Basically like this - 

|    |____|____|____| (notice how 1st columns lower line has disappeared) 

Regards,

Ajinkya