[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GridView.Column



On 7/3/25 9:47 pm, BB wrote:

On 7/3/25 8:22 pm, Benoît Minisini wrote:
Le 07/03/2025 à 04:59, BB a écrit :
According to the help, this property is writable.

Trying to set it in code, e.g

   MyGrid.Column = 1

doesn't change its' value.

???

tia

b


'Column' always return -1 if 'Row' is not greater or equal than zero.

Regards,

mmmmm. That's inconvenient for me at the moment.

I am trying to synchonise a tableview and three gridviews. If something happens in any one of them then some changes may need to be applied to the same column in the others. However, no row may be selected in one or more of the others.

Is their any reason (apart from common sense) for this restriction ?

regards

b

Sorry, to be more explicit. I mean that I don't want to select a row in the other grids i.e. leave them at -1.


References:
GridView.ColumnBB <adamnt42@xxxxxxxxx>
Re: GridView.ColumnBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: GridView.ColumnBB <adamnt42@xxxxxxxxx>