Weblistbox whitesapce at bottom

Hi All

I have a weblistbox which has about 100 rows. On loading I use

Var style As New WebStyle
style.Value(“padding”)=“0px”

for more compact presentation which works well but when scrolling down to the last row the there is a large amount of white space between the last row and the end of the scroll. ie you just end up scrolling white space after the last row.

I guess it down to the way the row heights are calculated but hoping someone can point me in in the right direction to remove the unsightly whitespace

Thanks in advance