C# Class Bloom.Edit.SortListViewItemByIndex

This makes a list view act, well, like one would expect; the items are ordered according to their index, so that inserting an item actually does something other than always throwing it at the end!
Inheritance: IComparer
Show file Open project: BloomBooks/BloomDesktop

Public Methods

Method Description
Compare ( object x, object y ) : int

Method Details

Compare() public method

public Compare ( object x, object y ) : int
x object
y object
return int