I wonder if it is possible to set textPosition() for a label that includes an image and a text part so that the text is both TOP and LEFT. The problem I have now is that I need the text to be TOP but when that is selected the text is centered over the image. My wish is that the text is over the image but to the left and not centered. I wonder if there is a way to do this?
I have tried to add the text to one label and the image to another label and then contain them in a container but the problem is then that the alignment will be the same for all the items(text over image) and item over item. So it will not be possible to see if the text over the second image is part of the first image or the second.
Thanks.