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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -