Contents

NSCell.Attribute.cellHasImageHorizontal

Controls the position of the cell’s image: places the image on the right of any text in the cell.

Declaration

case cellHasImageHorizontal

Discussion

Together, NSCellHasImageOnLeftOrBottom, NSCellHasImageHorizontal, and NSCellHasOverlappingImage control the position of the cell’s image and text. To place the image above, set none of them. To place the image below, set NSCellHasImageOnLeftOrBottom. To place the image to the right, set NSCellHasImageHorizontal. To place the image to the left, set NSCellHasImageHorizontal and NSCellHasImageOnLeftOrBottom. To place the image directly over, set NSCellHasOverlappingImage.

See Also

Constants