cj92713696
Programmer
I'm using the MSFlexGrid in my VB app. and I want to limit my flexgrid to only display one row at a time. I've selected the SelectionMode property to "1 - By Row" at design time and programmatically set the SelChange() event to Grid.RowSel = Grid.Row to simulate only selecting a single row. The problem I'm having specifically is that when I use the mouse and hold down the left button, I can momentarily select multiple rows. When I release, only the first row is selected per the SelChange() event. I would like for multiple rows to not be selected, even on the mousedown event and to somehow override mousedown over the flexgrid or even disable mousedown altogether. Is this possible?
Thanks,
CJ
Thanks,
CJ