> Yes it does.  It just doesn't work when you bind it to a table as a lookup 
> using a column expression.
>
> If you add "Items" manually from the ListBox property dialog box or add them 
> on the fly LISTITEMSADD or Load_From_File, it behaves as it should.
>
> if you select an item in the ListBox and THEN press and hold Shift, then 
> either scroll down (if the last selection is beyond the listbox view limit) 
> to the last contiguous item and click on it, THEN release the shift key..
>
> Everything in between will be SELECTED.
>
> While items are SELECTED, if you press and hold the CTRL key you can DESELECT 
> any SELECTED item or Add an UNSELECTED item to the SELECTED items.  I swear 
> this is true....
>
>

And to add further to the above, if you already have a contiguous range 
SELECTED, you can move to a new range beyond the SELECTED range and select 
another disjointed group by moving First to the Farthest limit down (or the 
Last item of the new items) the listbox of the new items to add to the SELECTED 
and press and hold the CTRL key, then move up the range to the FIRST item in 
the new range and click on it and the new range will be SELECTED, making TWO 
disjointed contiguous ranges of SELECTED items.


Reply via email to