115 views
in Embedded Wizard Studio by
I want to put a list in the MENU item.
Can you tell me what is the difference between VERTICAL LIST and LISTBOX?

1 Answer

0 votes
by
 
Best answer

Hello,

Can you tell me what is the difference between VERTICAL LIST and LISTBOX?

Vertical List implements the basic (low-level) functionality for scrollable lists. As such it provides the highest level of flexibility. On the other hand, it requires more coding to implement the desired behavior.

The List Box component template is more finished. Internally it uses a Vertical List and implements a lot of ready-to-use functionality typical to list boxes we know from diverse UI systems. It includes for example, the handling of touch or key events.

If the functionality implemented in the List Box component template does meet your expectations, then you can use it as it is. This is the advantage. If you expect the list to behave more individual, then you can either adapt the List Box component template to your needs, or implement your own list component containing the Vertical List inside it.

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

...