How to align grid inside of a table cell #1761
Unanswered
codenotworking
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to center a grid that inside a table row, but it's not working. I've tried using the
Align class, theAlignment propertyfor the table, and theCentered() extension methodon the row itself, but nothing works.Also, the
Align classcenters everything based on the console window width, which is not what I want.Example code:
Here's a screenshot of example code in Windows Terminal:

Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions