---
title: UITableView.ScrollPosition.none
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableview/scrollposition/none
---

# UITableView.ScrollPosition.none

The table view scrolls the row of interest to be fully visible with a minimum of movement.

## Declaration

```swift
case none
```

## Discussion

Discussion If the row is already fully visible, no scrolling occurs. For example, if the row is above the visible area, the behavior is identical to that specified by UITableView.ScrollPosition.top. This is the default.

## See Also

### Constants

- [UITableView.ScrollPosition.top](uikit/uitableview/scrollposition/top.md)
- [UITableView.ScrollPosition.middle](uikit/uitableview/scrollposition/middle.md)
- [UITableView.ScrollPosition.bottom](uikit/uitableview/scrollposition/bottom.md)
