I’m using AutomaticSize and the TextScaled property to achieve this, however the label scales in a weird way. I want to scale the text on the available Y space and size the label on the X to remove unnecessary space around the text.
I found this comment explaining the same issue I’m facing in more detail, their setup is identical to mine.
In their case, the issue was fixed but it wasn’t detailed how.