How to set row height in StandardTableView? | RUST #8407
Unanswered
Alarak-Alex
asked this question in
Q&A
Replies: 1 comment
-
I don't think that's possible, neither As an alternative, you can change widget style to some other that have different layout settings, reimplement this widget or use some other library that provides it, or add some extra newlines to text being displayed. Depends on what you mean by height, bigger text size or padding between text and row boundary? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Slint's StandardTableView component to display data in a table, but I find the default row height doesn't quite meet my needs. How can I customize the row height in StandardTableView?
Here's my current code structure:
I've tried setting the
height
property, but this seems to only affect the overall table height, not individual row heights. Is there a specific property or method to set row heights? Or are there alternative approaches?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions