06-10-2026, 05:49 PM
Hi Martmen,
Your program is a good example of how data in an SQLite database can be edited and searched.
Since only a ListView is available—and not a DataView—we need these input fields.
I have a suggestion regarding the user interface layout:
The current program switches between the ListView and the input fields, depending on whether there is a single match or multiple matches. Why not simply place the ListView to the right of the input fields? There is plenty of space, and the ListView is scrollable.
Here is an example with just two input fields, arranged vertically:
Your program is a good example of how data in an SQLite database can be edited and searched.
Since only a ListView is available—and not a DataView—we need these input fields.
I have a suggestion regarding the user interface layout:
The current program switches between the ListView and the input fields, depending on whether there is a single match or multiple matches. Why not simply place the ListView to the right of the input fields? There is plenty of space, and the ListView is scrollable.
Here is an example with just two input fields, arranged vertically:


![[-]](https://litdev.uk/mybb/images/collapse.png)