ADVStringGrid Row Position after defilter

Good afternoon to all,
i have a filtered sringgrid with a row property setted and the row is showed in clientarea.
When i remove the filter can happend that the row go down/up and goes outside the client area.
The index is keeped but how i can do in order tho show the row in client area ?
I tried to set StringGrid.Row but with no result (i need something like Grid.TopRow even for last row, in this case last row have to be show as last row and not to the top!!!).

Excuse me if i don't explain well .....

Thank you for attention

Best regards

Daniele

I suspect what you look for is
grid.ScrollInView() and specify the row that was selected before filtering

Hi Bruno,
yes ....

Thank you ...

Daniele