I am thinking about method for my application. Because of no simple grid, i have to decide best method.
Here is problem. I need 2, 3 or 4 columns depending of user parameters. Rows are 5 to 30, depends on parameters. Data is simple, only numbers (may be short text sometimes). No graphics, no any view/control needed inside matrix. Only special thing, colors. Sometimes, rows and colums will be colored for easy use.
Restrictions are same;
1. Easy programming
2. Optimal memory use
Normally, i was planning to build labels in scrolview but i need some lines(grids).
What should i do, any suggestions ? Any easy way ?
-regards
Here is problem. I need 2, 3 or 4 columns depending of user parameters. Rows are 5 to 30, depends on parameters. Data is simple, only numbers (may be short text sometimes). No graphics, no any view/control needed inside matrix. Only special thing, colors. Sometimes, rows and colums will be colored for easy use.
Restrictions are same;
1. Easy programming
2. Optimal memory use
Normally, i was planning to build labels in scrolview but i need some lines(grids).
What should i do, any suggestions ? Any easy way ?
-regards