You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: