DataListEnsureVisible Method
This is used to ensure that the specified row is visible in the data list
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void EnsureVisible(
int row
)
Public Sub EnsureVisible (
row As Integer
)
public:
void EnsureVisible(
int row
)
member EnsureVisible :
row : int -> unit
Parameters
- row Int32
- The zero-based row number to ensure is visible
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.