Data ListEnsure Visible 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.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void EnsureVisible(
int row
)VB
Public Sub EnsureVisible (
row As Integer
)C++
public:
void EnsureVisible(
int row
)F#
member EnsureVisible :
row : int -> unit 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.