Hi,
is it possible to "reset" the layout of the XamTilesControl to the default-layout?
I tried xamTilesControl1.LoadLayout(null); but this does'nt work.
Greets Marco...
Hello Marco,
I don't think there is a method available for restoring the default layout but you can save the layout initially in xml file and later use it in the LoadLayout method.