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

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

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