<div class='sourceset sourceset-android'>Android</div>

```kotlin
public class Fixed(public val count: Int) : GridCells()
```

Defines a fixed number of columns, limited to 1 through 5.

For example, [LazyVerticalGrid](/jetpack-compose/androidx.glance/glance-appwidget/composable-functions/LazyVerticalGrid) Fixed(3) would mean that there are 3 columns 1/3 of the
parent wide.

#### Parameters

| | |
| --- | --- |
| count | number of columns in LazyVerticalGrid |