I have a very simple gallery that has one label in each cell. The label is populated from a column in my dataverse table and all the labels will have different lengths. I want my label to be dead center of each cell. Here's an example:

While this looks fine, I know once a longer name appears the position of the (X , Y) coordinate, which is the upper left hand corner, will stay exactly the same. With auto-height on, the words will be visible but pushed down from where the (X, Y) coordinate is so it will look off centered. I want to be able to mathematically calculate the distance from the top of the cell to the bottom. The issue I'm having is trying to figure out how to access the cell positions and dimensions to calculate what I need.