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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -