---
title: NSScrubberImageItemView
framework: appkit
role: symbol
role_heading: Class
path: appkit/nsscrubberimageitemview
---

# NSScrubberImageItemView

A concrete view subclass for displaying images in a scrubber items.

## Declaration

```swift
class NSScrubberImageItemView
```

## Overview

Overview Provide the image you want to display in the scrubber item to the image property. If you want finer control over the appearance of the image, you can access the underlying image view using the imageView property. The image is scaled proportionally to fit the view’s frame. Use the imageAlignment property to determine how the scaled image is cropped within that frame.

## Topics

### Providing image content

- [image](appkit/nsscrubberimageitemview/image.md)
- [imageView](appkit/nsscrubberimageitemview/imageview.md)

### Configuring the appearance

- [imageAlignment](appkit/nsscrubberimageitemview/imagealignment.md)

## Relationships

### Inherits From

- [NSScrubberItemView](appkit/nsscrubberitemview.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSAccessibilityElementProtocol](appkit/nsaccessibilityelementprotocol.md)
- [NSAccessibilityProtocol](appkit/nsaccessibilityprotocol.md)
- [NSAnimatablePropertyContainer](appkit/nsanimatablepropertycontainer.md)
- [NSAppearanceCustomization](appkit/nsappearancecustomization.md)
- [NSCoding](foundation/nscoding.md)
- [NSDraggingDestination](appkit/nsdraggingdestination.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSStandardKeyBindingResponding](appkit/nsstandardkeybindingresponding.md)
- [NSTouchBarProvider](appkit/nstouchbarprovider.md)
- [NSUserActivityRestoring](appkit/nsuseractivityrestoring.md)
- [NSUserInterfaceItemIdentification](appkit/nsuserinterfaceitemidentification.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Scrubber items

- [NSScrubberItemView](appkit/nsscrubberitemview.md)
- [NSScrubberArrangedView](appkit/nsscrubberarrangedview.md)
- [NSScrubberSelectionStyle](appkit/nsscrubberselectionstyle.md)
- [NSScrubberSelectionView](appkit/nsscrubberselectionview.md)
- [NSScrubberTextItemView](appkit/nsscrubbertextitemview.md)
