SortAdorner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Adorner to indicate sort direction. This class was taken from http://www.switchonthecode.com/tutorials/wpf-tutorial-using-the-listview-part-2-sorting From this link code sort order icons (_DescGeometry,_AscGeometry) are paresed reversely,so it corrected in below.
public ref class SortAdorner : System::Windows::Documents::Adorner
public class SortAdorner : System.Windows.Documents.Adorner
type SortAdorner = class
inherit Adorner
Public Class SortAdorner
Inherits Adorner
- Inheritance
-
SortAdorner
Constructors
SortAdorner(UIElement, ListSortDirection, String) |
Constructor. |
SortAdorner(UIElement, ListSortDirection) |
Properties
Direction |
Methods
OnRender(DrawingContext) |