How can I add a photo to LabelList

How can I add a photo to LabelList

<LabelList
id="EpgNowGrid"
focusRow = "0"
numRows="7"
focusBitmapUri="pkg:/images/inactive.jpg"
focusFootprintBitmapUri="pkg:/images/active.png"
vertFocusAnimationStyle= "floatingFocus"
translation="[461,462]"
itemSize="[643,63]"
itemSpacing="[0,6]"
color="#FFFFFF"/>

how to make it have a photo to always show and one when selected

Hi @xoceunder ,

Actually, I observed in your XML file that you named the id “EpgNowGrid”. Are you trying to implement an EPG with this component? In that case, have you looked at our TimeGrid documentation that explains how to do this?