ragardner / tksheet

Python tkinter table widget for displaying tabular data
https://pypi.org/project/tksheet/
MIT License
408 stars 50 forks source link

Is it possible to center the text in vertical alignment? #194

Open kimshanghi opened 1 year ago

kimshanghi commented 1 year ago

Currently, when adjusting the text position in each cell in tksheet, center alignment is possible in horizontal alignment, but not center alignment in vertical alignment. Is there a way to center alignment in vertical alignment?

ragardner commented 1 year ago

Not at the moment sorry, it's something that's been discussed before though and I might try to add it in the near future