Is it possible to resize columns via double clicking on the column separator, as is possible in most grid controls?
Thanks
Paul
Hi,
The searched feature is not implemented in the xamDataGrid from NetAdvantage for WPF 2008 Vol.1 release, although it's possible to be implemented by code. I advise you to request the feature at http://devcenter.infragistics.com/Protected/RequestFeature.aspx .
Best Regards,
Thanks - done.
Paul Eden
Has this feature been implemented?
Hi Knji,
Yes, AutoSizing feature is available since NetAdvantage 2009.2 release.
Thanks. How do we activate this behavior?
You don't need to activate it. If you've upgraded your projects to 2009.2 or later version it should be available for you. Double-clicking the field's splitter either in the header, or in cells should autosize it.
Regards.
Thanks. Was handling XamDataGrid.PreviewMouseDoubleClick event and setting e.Handled = true preventing auto resize.