c# - convert MultiSelect to a Single Line select -


so @ moment have datagideview multiselect disabled. although case when drag click computer not count cell click. how drag click counts first cell hits cell click.

mouseclick or click trigger on release. if want check when mouse clicked, use mousedown.

if want happen when click (before release), have subscribe mousedown event of each child control, , whatever want. avoid repetition, have create custom controls, , handle event within class (if possible).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -