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 - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -