<@U25U0KPFT> I wonder if this is perhaps is someth...
# tornadofx
a
@carlw I wonder if this is perhaps is something I'd need to modify listview behavior for and add a flag for it. I'll go digging around in the source code, but I did notice the following behavior: on a listview, if the particular cell does not grow past the limit in the view, no scroll is there - if I scroll to a cell that expands past the width, then it shows up for the duration the cell is in the view.
c
I think the problem you're having is because the cell is not really past its limit. The ListView is giving it infinite length. My pref setting initial forces the ellipsis and then it looks like the ListView is giving more space to the cell.
a
What I'm struggling with the is the act of adding elements to the listview actively (by upload). I'll play around with "add" and see if I can use a cellFormat correctly