Here you are.
Attached your project from post #1 modified.
I replaced the Table CustomView by a new one xTableMicro.
I have a xTable CustomView which is a cross-platform version of the Table CustomView.
I have two more: xTableLite a smaller one and xTableTiny smaller than the previous one. Not all users need a complex Table CustomView.
These are not published yet.
The xTableMicro CustomView is the a very small one which fits your requirements also cross-platform.
It has no scrolling, nor selection shown and no automatic column width calculation.
It has a simplified Touch event instead of a Click event which returns the X and Y coordinates.
With these coordinates it is possible the calculate the column and row indexes.
If you want only a Click event with no parameter it easy to modify.
The time to display the CLV is about 0.25 second in Release mode and about 0.7 second in Debug mode.
Here you are.
Attached your project from post #1 modified.
I replaced the Table CustomView by a new one xTableMicro.
I have a xTable CustomView which is a cross-platform version of the Table CustomView.
I have two more: xTableLite a smaller one and xTableTiny smaller than the previous one. Not all users need a complex Table CustomView.
These are not published yet.
The xTableMicro CustomView is the a very small one which fits your requirements also cross-platform.
It has no scrolling, nor selection shown and no automatic column width calculation.
It has a simplified Touch event instead of a Click event which returns the X and Y coordinates.
With these coordinates it is possible the calculate the column and row indexes.
If you want only a Click event with no parameter it easy to modify.
The time to display the CLV is about 0.25 second in Release mode and about 0.7 second in Debug mode.