ColumnViewRow.focusable
bool focusable() @propertyGet focusable property.
Returns
If the row can be focused with the keyboard.
void focusable(bool propval) @propertySet focusable property.
Parameters
propval | If the row can be focused with the keyboard. |