Click or drag to resize

KryptonListBoxGetItemHeight Method

Returns the height of an item in the KryptonListBox.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int GetItemHeight(
	int index
)

Parameters

index  Int32
The index of the item to return the height of.

Return Value

Int32
The height, in pixels, of the item at the specified index.
See Also