At Wed, 20 Feb 2013 11:48:02 +0100, [email protected] wrote: > is there a method to adjust columns to contents in list-box% object?? > > I search in the docs, but I cannot find such method with similar > functionality.
There's currently no method to make a column's width match the width of the column's content. You'd have to determine the width manually and use `set-column-width'. ____________________ Racket Users list: http://lists.racket-lang.org/users

