Method GetVisibleEnd
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
maxWidthfloatOutputs the maximal width of all visible items in device-independent units.
visibleHeightfloatOutputs 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.