[]
Moves a row in the specified viewport to the specified position in the component.
public void ShowRow(int rowViewportIndex, int row, VerticalPosition verticalPosition)
Public Sub ShowRow(rowViewportIndex As Integer, row As Integer, verticalPosition As VerticalPosition)
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Row index of the viewport that has this row |
int | row | Row index to move |
VerticalPosition | verticalPosition | New vertical position of the row |