> For the complete documentation index, see [llms.txt](https://docs.radicalframework.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radicalframework.com/release-2/behaviors/datagrid-behaviors.md).

# DataGrid Behaviors

With this attached property you can stretch the last column of the WPF DataGrid to fill all the available space.

We can use the following syntax:

```markup
<DataGrid behaviors:DataGridBehavior.LastColumnFill="True" ... />
```

the attached property is defined in the `http://schemas.radicalframework.com/windows/behaviors` xml namespace.
