Hi,

When resizing a column in a datagrid, the expected value of the width of that column can not be retrieved in the mouseup event. It has the same value when the resizing started.

The size is retrieved by:
dgdSettings.GetCellBounds(dgdSettings.CurrentCell.RowNumber, dgdSettings.CurrentCell.ColumnNumber)

How is that possible and how to get the correct widht of that column.
: