c# - How to override Vertical Scroll behaviour in ListBox? -


i using list box wrappnael hold list of images in grid fashion. using mouse drag behaviors drag , drop items in listbox. not able drag item vertically or down because there vertical scrolling in listbox. how able drag item vertically not affecting scrolling behavior?

try:

<listbox scrollviewer.verticalscrollbarvisibility="disabled"></listbox> 

hope help.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -