cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.33k stars 71 forks source link

tableview: string-fields in read-only do not resize on scroll #783

Closed rcoreilly closed 5 months ago

rcoreilly commented 6 months ago

if there are variable-length string fields, the optimized scroll update does not re-layout and thus the widgets do not resize.

ideally enforce all to be size of longest one from the outset -- would require an extra pass to gather such info..