Subject | Re: [IBO] TIB_Grid and multiselect |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-01-13T23:53:11Z |
Er...
CurrentRowColor disappear? I think you'd have to write OnExit and
OnEntry handlers for the grid, both with a single line setting
CurrentRowColor to clWindow or Grid.Color upon Exit, and to your
chosen current-row-color upon Entry. You can point all your grids to
the same handlers.
Still, a property for this would be a lot more elegant.
Grtz,
Paul
>> Is there a way to make the TIB_Grid hide the current recordI think I misunderstood your question. Did you mean: make the
>> selection when it's not focused?
> Set IndicateHighlight to false.
CurrentRowColor disappear? I think you'd have to write OnExit and
OnEntry handlers for the grid, both with a single line setting
CurrentRowColor to clWindow or Grid.Color upon Exit, and to your
chosen current-row-color upon Entry. You can point all your grids to
the same handlers.
Still, a property for this would be a lot more elegant.
Grtz,
Paul