Hi
Someone might suggest how to display a table with scroll (see photo). I tried with an image but the result is poor. I would like to avoid using code with database.
Thank you.
I would use a ScrollView2D object and either
- draw an image of the onto the ScrollView2D.Panel
- draw the table with a canvas, draw the lines and the text onto the ScrollView2D.Panel, putting the values in the columns in arrays.