T Tony Tetley Member Licensed User Longtime User Sep 12, 2025 #1 The first column of my table is all text. Is it possible to expand the row height of an individual row so that all of the multiline text is visible? Or make the column scrollable to view the text that does not fit? Thanks.
The first column of my table is all text. Is it possible to expand the row height of an individual row so that all of the multiline text is visible? Or make the column scrollable to view the text that does not fit? Thanks.
LucaMs Expert Licensed User Longtime User Sep 12, 2025 #2 The row height is the same for all; this can't be changed (unless Erel "heavily" modifies the library). There's also no column (row, actually) scrolling. Last edited: Sep 13, 2025 Upvote 1
The row height is the same for all; this can't be changed (unless Erel "heavily" modifies the library). There's also no column (row, actually) scrolling.
T Tony Tetley Member Licensed User Longtime User Sep 13, 2025 #3 LucaMs said: The row height is the same for all; this can't be changed (unless Erel "heavily! modifies the library). There's also no column (row, actually) scrolling. Click to expand... Thanks. That was my conclusion but needed confirmation. Upvote 0
LucaMs said: The row height is the same for all; this can't be changed (unless Erel "heavily! modifies the library). There's also no column (row, actually) scrolling. Click to expand... Thanks. That was my conclusion but needed confirmation.
johnmie Active Member Licensed User Longtime User Sep 18, 2025 #4 Tony Tetley said: Thanks. That was my conclusion but needed confirmation. Click to expand... You could try with BB - very flexible, but perhaps a bit more complicated (see example screenshot) Attachments Screenshot 2025-09-18 161832.png 28.7 KB · Views: 32 Upvote 0
Tony Tetley said: Thanks. That was my conclusion but needed confirmation. Click to expand... You could try with BB - very flexible, but perhaps a bit more complicated (see example screenshot)