[haiku-development] Re: ColumnListView.h

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 12 Jan 2012 13:12:07 +0100 (MET)

Ingo Weinhold<ingo_weinhold@xxxxxx> wrote:
> [...] As I wrote earlier, I haven't
> seen provisions for a resizing strategy in any of the popular tool kits I've
> looked at (Qt, Swing, GTK), but we certainly could add something in our
> implementation, if it can be done in a way that makes sense.

The only thing that comes close that I know about is in Swing's JTable: see 
setAutoResizeMode().
http://docs.oracle.com/javase/6/docs/api/javax/swing/JTable.html#setAutoResizeMode(int)

Unfortunately, they all suck :-)

Bye,
   Axel.


Other related posts: