455 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...