How come the row.contentHeight and row.contentWidth are always 2 pixels taller/wider than the actual height/width? There are two other properties called .height and .width, but they return the same values as the aforementioned properties.
I can get the actual height and width by accessing the private properties ._height and ._width, but I’m curious as to what the discrepancy is about.