|
-
Aug 6th, 2012, 07:40 AM
#10
Re: [RESOLVED] Looking for a checkbox shortcut
The ListBox item collection is always dynamic so if you remove an item there is no recourse to the original set. However, you can very easily create your own reference by using a non-visible listbox containing all possible entries as a static source. You can then use this list as an absolute reference matching entries to the dynamic visible collection using ...
idx = ListBoxSource.Items.IndexOf(ListBoxVisible.Items(n))
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
|