Welcome, Guest
Username: Password: Remember me
Visual Objects

Please use this forum to post questions about Visual Objects and Vulcan.NET
  • Page:
  • 1

TOPIC:

Multiple Selection in ComboBox 06 Nov 2019 11:05 #11615

  • BiggyRat
  • BiggyRat's Avatar
  • Topic Author



Is it possible to make multiple selections in a combobox somehow? I know a Listbox will do it, but it takes up a fixed area of the screen. I want it to "fold away" when not in use like a combobox does....

Please Log in or Create an account to join the conversation.

Multiple Selection in ComboBox 06 Nov 2019 17:15 #11618

  • Jamal
  • Jamal's Avatar


  • Posts: 309
  • You will have to write own custom control; bBrowser or ListView or DataListView will probably do the trick!

    Here is an ideas for you to explore:
    Create a SingleLineEdit and push button to right.
    On button click, display bBrowser or Listview with yours list items. Populate SLE with items selected separated by a a comma or whatever delimiter. Handle push button folding and population of list accordingly!

    Please Log in or Create an account to join the conversation.

    Multiple Selection in ComboBox 07 Nov 2019 01:24 #11626

    • BiggyRat
    • BiggyRat's Avatar
    • Topic Author



    Cool. Thanks Jamal, I feared that would be the case. I'll give it a go. Thanks mate.

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1