Table of Contents

Method GetVisibleEnd

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

GetVisibleEnd(out double, out double)

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 double maxWidth, out double visibleHeight)

Parameters

maxWidth double

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

visibleHeight double

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.