---
title: allowsDragging
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfthumbnailview/allowsdragging
---

# allowsDragging

Returns a Boolean value indicating whether users can drag thumbnails (that is, re-order pages in the document) within the thumbnail view.

## Declaration

```swift
var allowsDragging: Bool { get set }
```

## Return Value

Return Value true if users can re-order pages by dragging thumbnails, false otherwise.

## See Also

### Managing the Behavior of a Thumbnail View

- [allowsMultipleSelection](pdfkit/pdfthumbnailview/allowsmultipleselection.md)
- [selectedPages](pdfkit/pdfthumbnailview/selectedpages.md)
