|
-
May 19th, 2004, 10:35 AM
#1
Thread Starter
Addicted Member
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
-
May 19th, 2004, 03:01 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|