---
title: isFloating
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablerowview/isfloating
---

# isFloating

Specifies whether the row is drawn using the floating style.

## Declaration

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

## Discussion

Discussion Floating is a temporary attribute that is set when a particular group row is actually floating above other rows. The state may change dynamically based on the position of the group row. Drawing may be different for rows that are currently ‘floating’.

## See Also

### Display Style

- [isEmphasized](appkit/nstablerowview/isemphasized.md)
- [interiorBackgroundStyle](appkit/nstablerowview/interiorbackgroundstyle.md)
