Multiple Selections in Enum or Ring Control of LabVIEW

Updated Dec 4, 2023

Reported In

Software

  • LabVIEW

Issue Details

I am implementing a dropdown control in LabVIEW using Enum or Ring control. How can I enable multiple selections for these controls?

Solution

Both Enum and Ring controls do not support multiple selections. To have a multiple-selection feature, kindly use Listbox control instead.

Additional Information

Steps on how to implement multiple selections using Listbox control can be found in Related Links section.