We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When items are rendered, item size is being calculated using font passed in configuration.
font
Case 1 Font - 18 Selected Font - 15
When the item is selected, font size changes leaving the cell calculation size same resulting extra spacing leading and trailing space.
Case 2 Font - 15 Selected Font - 18
When the item is selected, font size changes leaving the cell calculation size same resulting less gap between the label.
The text was updated successfully, but these errors were encountered:
Work around - Set same font for both font and selectedFont
selectedFont
Sorry, something went wrong.
No branches or pull requests
When items are rendered, item size is being calculated using
font
passed in configuration.Example:
Case 1
Font - 18
Selected Font - 15
Case 2
Font - 15
Selected Font - 18
The text was updated successfully, but these errors were encountered: