SortAdorner Class

Definition

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)
SortAdorner(UIElement, ListSortDirection, String)

Constructor.

Properties

Direction

Methods

OnRender(DrawingContext)

Applies to