Skip to content
New issue

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

RowHeight has no effect (see #54) #79

Open
VisualAlf opened this issue Dec 8, 2024 · 2 comments
Open

RowHeight has no effect (see #54) #79

VisualAlf opened this issue Dec 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@VisualAlf
Copy link

VisualAlf commented Dec 8, 2024

After Version 1.2.2, making RowHeight taller than default (100 for example), works, if RowMaxHeight 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/

@VisualAlf VisualAlf added the bug Something isn't working label Dec 8, 2024
@w-ahmad
Copy link
Owner

w-ahmad commented Dec 10, 2024

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.

@VisualAlf
Copy link
Author

true, making it bigger than default works, (if also adjusting RowMaxHeight)
but making it smaller than default, doesn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants