|
-
May 31st, 2025, 12:00 PM
#11
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by bincong
OK, thanks for reply
When I was designing the grid, I found that the fixedrow is selected by default and highlighted, vbflexgrid.selectedrows will include the fixedrow, and vbflexgrid.selectedrow(0)=0. I don't think the fixedrow should be included in selectedrows. I don't know if any attribute setting is incorrect.
Code:
SelectionMode = FlexSelectionModeByRow
AllowSelection = True
AllowMultiSelection = True
I don't understand. When you select a fixed row for whatever reason then why SelectedRows should not return it ?
And you can select a fixed row only via code or when .Rows = .FixedRows, means no scrollable rows available anymore.
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
|