cancel
Showing results for 
Search instead for 
Did you mean: 

Display and Update Table using TouchGFX

SS.Sagar
Associate III

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?0693W000008zd5OQAQ.jpgHere is the example

1 ACCEPTED SOLUTION

Accepted Solutions

You can do something like this for example 👍 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

View solution in original post

2 REPLIES 2
Romain DIELEMAN
ST Employee

Hi,

You can do this will the scrollList or scrollWheel widgets.

/Romain

You can do something like this for example 👍 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