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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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