Static table with scroll.

anallie0

Active Member
Licensed User
Longtime User
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.




i5a.png
 

klaus

Expert
Licensed User
Longtime User
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.

Best regards.
 
Upvote 0
Top