2021-04-15 02:18 AM
I am using TouchGFX 4.16.1 and i will be using 800x480 display. I want to use table on display. I have 5-6 Parameter and has 50 entries total. So for this i want to use table to display the data.
Is there any widgets or method to display table?Here is the example
Solved! Go to Solution.
2021-04-15 04:35 AM
You can do something like this for example :thumbs_up: Have a look at the custom containers created, especially CustomContainer_Content.hpp to get an idea of how to edit the items.
You can also have a look at the "ScrollWheel and ScrollList example" available in the UI template section in TouchGFX Designer to understand how to work with those widgets.
/Romain
2021-04-15 02:48 AM
2021-04-15 04:35 AM
You can do something like this for example :thumbs_up: Have a look at the custom containers created, especially CustomContainer_Content.hpp to get an idea of how to edit the items.
You can also have a look at the "ScrollWheel and ScrollList example" available in the UI template section in TouchGFX Designer to understand how to work with those widgets.
/Romain