<div class="meta" robots="noindex">

</div>

# ListBox.RowIsFolder

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2019r2. Please use `DesktopListBox.RowExpandableAt<desktoplistbox.rowexpandableat>` as a replacement.

</div>

## Description

For hierarchical ListBoxes, is used to get or set whether the row should be displayed as a folder.

## Sample code

``` xojo
Me.AddFolder("Added as a Folder")
Me.RowIsFolder(Me.LastIndex) = False ' Disable folder indicator
```

## Compatibility

All projects types on all supported operating systems.
