ListBox.HeaderHeight

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aListBox.HeaderHeight

New in 2009r1

Supported for all project types and targets.

Gets the height of the header row in pixels.

Example

This example displays the height of the header row. It is in the Action event of a button control.

Var h As Integer = Listbox1.HeaderHeight