Not sure what has changed but the field chooser used to show the fields in a vertical format and now the fields are in a horizontal format. What should I be looking for that might have changed? Is the field chooser based on a listbox style?
Thanks,
Linda Rawson
Hello Linda,
Actually the items control that the fields are held in is a ListBox. That is why if you have a style for the ListBox, this control will pick it up.
However, I can see this behavior only if you define the style inside the XamDataGrid's resouces. One way to counter this effect is to move it somewhere else in the resources.