> Does anyone know of a column header class for PowerPlant? I'm looking
> for something to label and allow resizing of columns and then transmit
> those sizes to an LTableView derived class.
I just use another table, 1 row tall, with columns of variable size, and
have it communicate with the main table, so that the main table makes
scroll left to right as needed, and gets the column widths from it.
I've written about this previously. it will be archived in
http://groups.google.com
Sanford Selznick - 08 Jan 2004 14:35 GMT
> > Does anyone know of a column header class for PowerPlant? I'm looking
> > for something to label and allow resizing of columns and then transmit
[quoted text clipped - 6 lines]
> I've written about this previously. it will be archived in
> http://groups.google.com
Ahh, so I can create the header table using your ViewColumnDivider.
Excellent!
Thanks!
Sanford