Results 1 to 2 of 2

Thread: Hide item in Listbox????

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Posts
    142

    Hide item in Listbox????

    Is there any way to hide an item in a listbox?

    I have a listbox full of items and then 2 arrow buttons (--> and <--).
    When I click the --> button, the item in the listbox goes to a text field and needs to be hidden in the listbox so they can not choose it again. But if they choose the <-- button, it need to be put back in the listbox (visible).


    Cheers,
    Bebandit

  2. #2
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Thumbs up

    There is no "visibility" related to items in a ListBox.

    But you could do what you're after by having a second hidden ListBox. When the item is moved out of the ListBox (with -->) you can add it to the hidden ListBox as well as the TextBox.
    ~Peter


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width