|

11-17-2005, 03:54 PM
I just position a LabelField above the listfield. Put spaces in and play with the header title positions and make the columns of data in the list field line up under the headers. Since you control the graphic pixel location of where the listfield columns are written to, and the width, you can reliable create columns of data under the header row.
Furthermore, if you use two Managers (use all width), put the header row in the top manager and the listfield in the lower manager, playing the the manager styles you should be able to have the top header row anchored while the lower listfield vertically scrolls and leaves the header row always visible.
headerRow.setText("Customer PO Order Ship Fill%");
Good luck,
Eric
|