So it would just be a utility method, such as sizeColumnToFit(int):void?
On Aug 26, 2009, at 4:23 PM, Todd Volkert wrote:
Yeah, including asking the column header's renderer. On Wed, Aug 26, 2009 at 4:20 PM, Greg Brown <[email protected]> wrote:What about adding API to TableViewHeader?You mean, to do this? You could pretty easily write a method thatwill, using the column's cell renderer, determine the max. cell width andexplicitly set the column width to that value.
