I am developing an activeX image editor using c# .net 2.0
I use listview control to display thumbnail images. Normally if you use Shift key for selecting multiple items it selects the whole range between the selected and the clicked item. But when used as activeX it selects items in a rectangular canvas between selected and clicked items.
I cant add picture so i will illustrate like this :)
second item is selected and i Shift click on 7.
this is what i need:
xxxx
xxxx
this is what happens:
xxxx
xxxx
bold x: selected.
The component is used in .net based app. also in web apps as activex object. I want te listview to behave the same at every location. Any ideas?
PS: .net ver 2.0