I have a design goal to provide an image in a popover when hovering over a link in a data grid. I am wondering if anyone has had any luck using images in a Popover form. I have created a specific Image_Hover form that has data bindings for an Image Source to the incoming image. I am creating the popover object with:
I have had no problem binding labels in the Image_Hover form to elements of the table row (self.item[‘sample_id’]) for instance, but haven’t been able to get an image to show up in the popover.