Padding in TableList Box?

In TableListBox is there a way to specify an offset for the row start position in the viewport?

For instance, by default it seems rows are inserted at 0 and appended one after the other based on the row height.

Is it possible to specify x number of pixels in the TableListBox as ‘padding’ before it adds the first row?