It appears that AutoSizeText picks the maximum font size when is a child of ListView, instead of auto-sizing the text based on available space. In my case, I use 300 as the font size.
Steps to Reproduce
I've placed the AutoSiezext as a child of the ListView.
It appears that AutoSizeText picks the maximum font size when is a child of ListView, instead of auto-sizing the text based on available space. In my case, I use 300 as the font size.
Steps to Reproduce I've placed the AutoSiezext as a child of the ListView.
Code sample
Screenshots The list of the yellow numbers is What I should get. in this case,
ScreenUtil
is used instead ofAutoSizeText
This is what I'm getting when using
AutoSizeText
Version