Is it possible to "freeze" a non fixed column?

Hi,
let's say you have a grid with FixedCols = 1
If you scroll the grid horizontally, the first column stays visible when scrolling.

Is it possible to get the same behavior with a non fixed column?

I have a grid with FixedCols = 0 and I am using the OnIsFixedCell event to make my first column fixed but when I scroll the column does not stay visible. I assume this is by design since this event is for a cell and not a column. I looking for a way to freeze my first column.

Thanks!

Sorry, column freezing is limited to the fixed columns only.