Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid Element Does Not Support No Border #31

Closed
Jordan9232 opened this issue Oct 27, 2021 · 2 comments
Closed

Grid Element Does Not Support No Border #31

Jordan9232 opened this issue Oct 27, 2021 · 2 comments

Comments

@Jordan9232
Copy link

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.

@Jordan9232
Copy link
Author

Closed this because I didn't realize I needed to set no stroke on every cell too

@Athari
Copy link
Owner

Athari commented Oct 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants