Hello @Informatix . How can I get the reference for a single item in an ULV without needing to get a click event feedback. For example:
Panel1 = ULV.get(I) -> where panel is the parent that contains the element in index I of ULV...
Suppose that the row contains an image and a label... then
img1 = panel1.get(0)
lbl1 = panel.get(1)
I didn't find anything like this in ULV description... this could be used to, for example, add an alert in a row in ULV or update some data in response of an event in a service. How can I do this... is there any way?
Panel1 = ULV.get(I) -> where panel is the parent that contains the element in index I of ULV...
Suppose that the row contains an image and a label... then
img1 = panel1.get(0)
lbl1 = panel.get(1)
I didn't find anything like this in ULV description... this could be used to, for example, add an alert in a row in ULV or update some data in response of an event in a service. How can I do this... is there any way?