// text.setPositionRelativeToParent(cell.getPosition(TransformSpace.LOCAL));
// text.translate(new Vector3D(realListCellWidth - topShift, 0));
// cell.setAnchor(oldCellAnchor);
text.setPositionRelativeToParent(cell.getCenterPointLocal());
text.translate(new Vector3D(realListCellWidth*0.5f - text.getHeightXY(TransformSpace.LOCAL)*0.5f, 0));
///
}
/**