|
-
Feb 27th, 2019, 05:25 AM
#10
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by dreammanor
The Click event of Farpoint Spread and my Spread is like this:
Code:
Private Sub fpSpread1_Click(ByVal Col As Long, ByVal Row As Long)
End Sub
I just tested your VBFlexGrid. When "SelectionMode = FlexSelectionModeByRow", the Focused Cell is always in the first column (column A). IMO, this is unreasonable and should allow the user to select different active cell in the current row.
If the above problem is solved, then moving the active cell with the key left-arrow or right-arrow and causing horizontal scrolling is the best solution.
(The RowMode of Farpoint Spread is also not convenient, I improved it.)
You suggest even changing the col when ByRow selection mode?
But then the whole row does not look like full selected. Or the drawing routine needs to be adjusted so that the full row looks selected. You basically mean a mix of Free and ByRow, right?
However, option A or B?
I think for such a big behavior change a new ExtendedUI property would be needed?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|