MobileForms Toolkit Documentation

Cell.Selectable Property

Gets or sets a value indicating whether the current cell can be selected.

public bool Selectable {get; set;}

Remarks

If the cell is selectable, you can set the SelectedCell property to select this cell. A rectangle will be drawn around the cell to indicate that this cell is selected. You can override this behavior by implementing your own DrawSelection method. You can also use the right and left arrow keys, if KeyNavigation is turned on to select the selectable cells within the currently selected item's ItemTemplate. If the KeyNavigation is turned on, AdvancedComboBox uses the NextSelectableCell or PreviousSelectableCell methods to select next or previous selectable cell.

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace | SelectedCell | NextSelectableCell | PreviousSelectableCell