Reputation: 136
Is it possible to put a listview with database adapter in a Scrollable table of a table view? To me and others this might sound sound silly but I already have an app coded with multiple scrollable table areas. The screen is split into 4 quadrants with data in each. The data comes from one table in a database. The display always works really great.
This part is for all to hear: I have coded the database data displays into each quadrant with tablerow objects. The problem arises when deleting records. The application has to update all the other table views. This will promote two monsters: 1:)app way too big and 2:) Slow performance. I have a demon crawling up my back that tells me I am programming myself into a corner. Any hacks, concerns, or start overs are welcome.
Upvotes: 0
Views: 94