Skip to main content
SS.Sagar
Associate III
April 15, 2021
Solved

Display and Update Table using TouchGFX

  • April 15, 2021
  • 1 reply
  • 2073 views

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

This topic has been closed for replies.
Best answer by Romain DIELEMAN

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

1 reply

Romain DIELEMAN
ST Employee
April 15, 2021

Hi,

You can do this will the scrollList or scrollWheel widgets.

/Romain

Romain DIELEMAN
Romain DIELEMANBest answer
ST Employee
April 15, 2021

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