What is the Expand property on a data grid column for?

Hi @stefano.menci,

The Expand property is used to create a column that can expand, but that will never get smaller than the width specified. The column will be in ‘flex’ mode, but with a fixed minimum width.

Thanks for pointing out that this isn’t covered in the docs, I’ll get that updated :slight_smile:

2 Likes