c# - Change column position in XamDataGrid at runtime -


i working on xamdatagrid binded list of columns. want change column position on xamdatagrid on load using mvvm. have created behavior of xamdatagrid.

can suggest solution according requirement?

this work me:

  fieldlayout.fields[columnlist[i]].actualposition = new fieldposition(i, 0, 0, 0); 

Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

Android Unit Testing / Mockito: android.location.Location not mocked -