51 views
in GUI Development by

Hi,

I need to show table  in my UI the same as in below attached picture.

https://ask.embedded-wizard.de/?qa=blob&qa_blobid=12200891704538386930

I want it to display inside listbox with 2 columns. My listbox will display 4 different rows each time I slide. When I select any row, I will send the selection index to my BSP.

Secondly, I am taking different data parts from my BSP. I want to display them as in the below SS. As you see each row will have 4-5 different columns. I will display all info taken from my BSP as 10 different rows on my LCD. When user touches any row, it will give further detailed information about the touched row. 

So I want to make this task with Listbox as well. But I could not find how I will implement. 

https://ask.embedded-wizard.de/?qa=blob&qa_blobid=11558853380666782681

Is it possible to share any example or Sample Project File(.ewp) to do above tasks? Accordingly I will modify it as per my requirements. Many thanks in advance

1 Answer

0 votes
by

Hello,

In Embedded Wizard there no column configuration for the Vertical List component. Instead you design a component representing the item so that the item has multiple contents arranged like columns. For example, you can create following item containing 4 text views separated by some vertical edges:

Then when you use this component in the Vertical List, you will get some table like appearance:

For more details, let me recommend you the documentation Vertical List. It shows diverse examples where the row contents have multiple columns. For example one column with the name of a song a second column with its duration:

I hope it helps you further.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...