WPF: ListBox click and drag selects other items

Posted by Bodekaer on Stack Overflow See other posts from Stack Overflow or by Bodekaer
Published on 2010-04-15T12:43:08Z Indexed on 2010/04/15 13:03 UTC
Read the original article Hit count: 174

Filed under:
|
|

Hi,

Simple question:

1) I click and hold the mouse on a ListBoxItem in a ListBox.
2) Now I drag the mouse cursor down over the next ListBoxItem in the list

It now selects this new item. I would like to disable this. So the user has to click an item to select it. Not just drag over it.

I have Single selection turned on.

Any ideas are greatly appreciated :)

© Stack Overflow or respective owner

Related posts about xaml

Related posts about wpf