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 -

How to Change swipe Tab Title color in java Android -

Using globs in Perl replace one liner in TCL script -