AdvStringGrid rows selection with mouse

Hi,
how to avoid the horizontal scrolling to the right when select multiple row using mouse?
The grid is not wide to show all column and I loose the visualization of the first colums with significant data.
Thanks!

Try to set
grid.Navigation.KeepHorizScroll = true

Ok it's not perfect but do the job
Thanks for your help