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
After Version 1.2.2, making RowHeight taller than default (100 for example), works, if RowMaxHeight is also set to value >= RowHeight.
RowHeight
RowMaxHeight
Making it smaller than default (for instance 28) has no effect. (There isn't a MinHeight-prop for this, yet).
Maybe you'd consider introducing a RowMinHeight property?
RowMinHeight
https://0xnf.github.io/posts/uwp/listview-row-height/
The text was updated successfully, but these errors were encountered:
on what version of TableView are you trying to set RowHeight? I tried to set RowHeight = 100 on v1.2.2 and it works perfectly.
RowHeight = 100
Sorry, something went wrong.
true, making it bigger than default works, (if also adjusting RowMaxHeight) but making it smaller than default, doesn't.
No branches or pull requests
After Version 1.2.2, making
RowHeight
taller than default (100 for example), works, ifRowMaxHeight
is also set to value >=RowHeight
.Making it smaller than default (for instance 28) has no effect. (There isn't a MinHeight-prop for this, yet).
Maybe you'd consider introducing a
RowMinHeight
property?https://0xnf.github.io/posts/uwp/listview-row-height/
The text was updated successfully, but these errors were encountered: