vote up 0 vote down star

Hi!

My application uses the WPF DataGrid control with custom columns. Although the property Columns is an ObservableCollection<>, the invocation of the method Move does not effect the order of the columns in any way.

Can I somehow reorder the columns of a WPF Toolkit DataGrid programmatically?

Best Regards
Oliver Hanappi

flag

64% accept rate

1 Answer

vote up 1 vote down check

You can use the DisplayIndex property of a DataGridColumn (use datagrid.Columns to retrieve the columns collection).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.