Table of Contents

Method GetVisibleEnd

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetVisibleEnd(out float, out float)

Determines the index of the last visible item in the control and calculates the total height and maximal width of visible items.

public virtual int GetVisibleEnd(out float maxWidth, out float visibleHeight)

Parameters

maxWidth float

Outputs the maximal width of all visible items in device-independent units.

visibleHeight float

Outputs the total height of all visible items in device-independent units.

Returns

int

The zero-based index of the last visible item in the control.

GetVisibleEnd()

Determines the index of the last visible item in the control.

public int GetVisibleEnd()

Returns

int

The zero-based index of the last visible item in the control.