hi
i have a list box in which i have binded a list(numeric value 1 to 700) ,
i want that if i am changing the value through up and down
arrow[verical scrollwing) of list box it should select the present value
or the display value rather than on my click event.
its in wpf.
write now i am using selection changed event of list box.
listbox is a wpf control .
want to execute code on moving the scroll bar up and down with mouse
Loading
avinash kumarPosted Nov 15, 2013, 8:02 AM
Jaganathan BantheswaranPosted Nov 13, 2013, 1:16 AM
You have a listbox & you have selected the a item say the first item. Now if you scroll the mouse down then the selection should change to the next item. It is correct?