I’m using a ListView to display some data via a list cell fragment, but I need to disable row selection and to programmatically highlight a row (not necessarily with a different background, but perhaps by outlining the row with a border). Is this something I can do, or am I looking at creating a custom control? I’ve not had much luck so far with styling or skinning a list view, or with disabling user selection of rows.