About 191,000 results
Open links in new tab
  1. Combo box and list box - Windows apps | Microsoft Learn

    Feb 26, 2025 · Use a drop-down list to let users select a single value from a set of items that can be adequately represented with single lines of text. Use a list or grid view instead of a combo …

  2. Combobox Pattern | APG | WAI | W3C

    Combobox widgets are useful for acquiring user input in either of two scenarios: The value must be one of a predefined set of allowed values, e.g., a location field must contain a valid location …

  3. ComboBox in C# - GeeksforGeeks

    Mar 25, 2025 · In Windows Forms, the ComboBox control combines the features of a TextBox and a ListBox. It displays one item at a time, with additional items accessible through a drop …

  4. Combo box - Wikipedia

    A combo box is a commonly used graphical user interface widget (or control). Traditionally, it is a combination of a drop-down list or list box and a single-line editable textbox, allowing the user …

  5. React Combobox - Fluent 2 Design System

    Learn about comboboxes, a form component that allows users to choose from a long list of options or enter free form text. Use placeholder text or default selections and optimize for …

  6. Add a list box or combo box to a worksheet in Excel

    When you want to display a list of values that users can choose from, add a list box to your worksheet. Create a list of items that you want to displayed in your list box like in this picture. …

  7. ComboBox Class (System.Windows.Forms) | Microsoft Learn

    A ComboBox displays a text box combined with a ListBox, which enables the user to select items from the list or enter a new value. The DropDownStyle property specifies whether the list is …

  8. VBA ComboBox - Automate Excel

    Mar 23, 2022 · In this tutorial, you will learn how to create and manipulate ComboBoxes in VBA and in Excel worksheets. If you want to learn how to create a Listbox, click here: VBA Listbox. …

  9. How to Add a Combobox in Excel: No Coding Needed (2024)

    Aug 30, 2024 · Creating a ComboBox in Excel is certainly not as difficult as the name sounds. It hardly takes a few steps before you can have your ComboBox ready. The basic method to …

  10. Combobox – Everything you want to know about modern control …

    Mar 3, 2025 · Learn everything about the new modern combobox as I take a deep dive into its properties and show how to use it.