Hello,
I am working inside a ColumnWidthChanged event and attempting to get the "new" column width (as a double-pixel value) of the resized column. In my particular scenario, the user has double clicked the resize handle which changes the width to "Auto"...
The only value that I can find by inspecting the ColumnWidthChangedEventArgs object is the original pixel value which as of this point in execution has not been updated (which is strange because this is the "Changed" event...)
Am I doing something incorrectly? Or is this a bug? Or is there another way to grab the new width (as a pixel value) inside the ColumnWidthChanged event?
Thanks,
Rob
I am working inside a ColumnWidthChanged event and attempting to get the "new" column width (as a double-pixel value) of the resized column. In my particular scenario, the user has double clicked the resize handle which changes the width to "Auto"...
The only value that I can find by inspecting the ColumnWidthChangedEventArgs object is the original pixel value which as of this point in execution has not been updated (which is strange because this is the "Changed" event...)
Am I doing something incorrectly? Or is this a bug? Or is there another way to grab the new width (as a pixel value) inside the ColumnWidthChanged event?
Thanks,
Rob