This was solved time ago.
Basically you just need to play with grid parameters:
grid.setWindowAlignment(HorizontalGridView.WINDOW_ALIGN_NO_EDGE); grid.setWindowAlignmentOffsetPercent(50); grid.setItemAlignmentOffsetPercent(50);