DataListEnsureVisible Method

This is used to ensure that the specified row is visible in the data list

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void EnsureVisible(
	int row
)

Parameters

row  Int32
The zero-based row number to ensure is visible

Remarks

If not visible, the specified row is scrolled into view. If the row number is outside the bounds of the current rows, it is forced to a valid value.

See Also