Exposes a sortable collection of models as anonymous rows.
public class AnonymousSortableRows<TModel> : ReadOnlyListBase<IRow<TModel>>, IReadOnlyList<IRow<TModel>>, IReadOnlyCollection<IRow<TModel>>, IEnumerable<IRow<TModel>>, IList, ICollection, IRows, IReadOnlyList<IRow>, IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable, INotifyCollectionChanged, IDisposable
In a flat grid where rows cannot be resized, it is not necessary to persist any information about rows; the same row object can be updated and reused when a new row is requested.
kind:method, kind:property, kind:ctor. Press Esc to clear.