Trying to implement Wpf Listbox dragging, and I need the Wpf equivalent of the SystemInformation.DragSize property.
thanks
Trying to implement Wpf Listbox dragging, and I need the Wpf equivalent of the SystemInformation.DragSize property.
thanks
What you want is SystemParameters namespace.
Specifically, SystemParameters.MinimumHorizontalDragDistance
and SystemParameters.MinimumVerticalDragDistance