Re: Multi select rows of a flexgrid
From: Rick Rothstein (rickNOSPAMnews_at_NOSPAMcomcast.net)
Date: 07/27/04
- Next message: Norm Cook: "Re: Several questions on VB 6.0"
- Previous message: Terry Holland: "Re: Multi select rows of a flexgrid"
- In reply to: Jan Hyde: "Re: Multi select rows of a flexgrid"
- Next in thread: Jan Hyde: "Re: Multi select rows of a flexgrid"
- Reply: Jan Hyde: "Re: Multi select rows of a flexgrid"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Jul 2004 08:56:47 -0400
> >Does anyone have some sample code that would
> >enable me to multi-select rows in a hflexgrid. ie for
> >the user to be able to hold ctrl & click on random
> >rows of flexgrid
> >
>
> You would have to code this yourself by changing
> the colour of the selected rows.
Correct! The built-in selection mode is for contiguous rows and/or
columns of data; there is no ability to set non-contiguous selections
built into the control. For rows, this is controlled by the Row and
RowSel properties; for columns, this is controlled by the Col and ColSel
properties... there is no mechanism in the setting of these properties
that would allow the skipping of any rows and/or columns that occur
between the values assigned to these property settings.
Rick
- Next message: Norm Cook: "Re: Several questions on VB 6.0"
- Previous message: Terry Holland: "Re: Multi select rows of a flexgrid"
- In reply to: Jan Hyde: "Re: Multi select rows of a flexgrid"
- Next in thread: Jan Hyde: "Re: Multi select rows of a flexgrid"
- Reply: Jan Hyde: "Re: Multi select rows of a flexgrid"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|