MobileForms Toolkit Documentation

AdvancedList.NextSelectableCell Method 

Move to the next selectable cell.

public bool NextSelectableCell();

Return Value

True, if next selectable cell existed, false otherwise.

Remarks

Changes the actual SelectedCell property to the next selectable cell. If currently selected cell is the last cell in the collection, sets SelectedCell to null which deselects all the cells.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace | SelectedCell | PreviousSelectableCell