[TIMOB-16430] TiAPI: Implement allowsSelectionDuringEditing property for ListView
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 3.2.0 |
| Fix Version/s | n/a |
| Components | TiAPI |
| Labels | listview |
| Reporter | Martijn Kooij |
| Assignee | Unknown |
| Created | 2014-02-05T22:48:00.000+0000 |
| Updated | 2018-02-28T20:04:23.000+0000 |
Description
I am converting my tableviews to listviews and I am missing the allowsSelectionDuringEditing property.
Would it be possible to implement this?
-(void)setAllowsSelectionDuringEditing_:(id)arg
{
[[self tableView] setAllowsSelectionDuringEditing:[TiUtils boolValue:arg def:NO]];
}
Moving this improvement request to engineering for further evaluation and prioritization. Table View property: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TableView-property-allowsSelectionDuringEditing