You have created an ArrayCollection, a DataGrid, and a List. The dataProvider properties of both the
DataGrid and the List are set to the same bindable ArrayCollection.
At runtime, the user clicks on a column header of one of the columns of the DataGrid to sort the data.
What happens to the appearance of the List control?