cancel
Showing results for 
Search instead for 
Did you mean: 

If it is possible to show alternative background color for listview item in sapui5 mobile application (Sap.m)?

former_member198924
Participant
0 Kudos

Hi All,

Is there any possible to show alternative background color for listview item in sapui5 mobile application (Sap.m)?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182862
Active Contributor
0 Kudos
Qualiture
Active Contributor
0 Kudos

Of course, have you tried CSS?


.sapMListBGSolid  li.sapMLIB:nth-child(even) {

      background: rgb(245, 245, 245);

}

see also SAPUI5 SDK - Demo Kit