[racket] list-box%

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Feb 20 08:55:47 EST 2013

At Wed, 20 Feb 2013 11:48:02 +0100, heraklea at gmx.de 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'.



Posted on the users mailing list.