1 Here's a list of TODO items / ideas in no particular order.
4 Improvements to LayoutListView:
6 * Implement column width size as specified in the glom file.
8 * Implement column alignment (automatic, left, right) as specified in the glom file.
10 * Add support for LayoutItem_Text, LayoutItem_Button and LayoutItem_Image items.
12 * Make width of the CellTable used for the LayoutList consistent between the
13 tables so that the UI doesn't appear to jump around. One way to do this is to
14 find the width of the largest table and enlarge the column widths
15 proportionally in the smaller tables. Of course this will not respect the
16 column widths specified in the glom file. Another option is to pad the smaller
17 tables with empty columns at the end so that the line under the headers extends to
18 the end of the largest table. Some experimentation is required to see which option
22 Improvments to LayoutDetailsView:
24 * This hasn't been started yet.