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