WebListBox.MinimumRowHeight

From Xojo Documentation

Property (As Integer )
aWebListBox.MinimumRowHeight = newIntegerValue
or
IntegerValue = aWebListBox.MinimumRowHeight

New in 2010r4

Supported for all project types and targets.

The minimum allowable height (in pixels) of a row. The practical minimum is approximately the font size plus 3 pixels on both the top and the bottom.

Example

The following line sets the minimum row height for the WebListBox:

Me.MinimumRowHeight = 30