You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, control over table borders is very low level and resembles old HTML pages more than Word table styles where there's a whole hierarchy of style inheritance between various table elements. Maybe one day I'll implement the ideas of Word-like table styles (#12). It's just the library never got popular, so there's little motivation for improvements which I don't need myself.
I have been trying to render a grid with no border and it seems to resort to using
LineThickness.Single
instead.I have tried the following:
Stroke = LineThickness.None;
Stroke = new LineThickness(0);
It will render with a border every time.
The text was updated successfully, but these errors were encountered: