Share via


InnerList.ApplySort(InnerListColumn, Boolean) Method

Definition

Sorts the list by the specified column. This has no effect if the list does not have a data source.

public:
 void ApplySort(Microsoft::Management::UI::Internal::InnerListColumn ^ column, bool shouldScrollIntoView);
public void ApplySort (Microsoft.Management.UI.Internal.InnerListColumn column, bool shouldScrollIntoView);
member this.ApplySort : Microsoft.Management.UI.Internal.InnerListColumn * bool -> unit
Public Sub ApplySort (column As InnerListColumn, shouldScrollIntoView As Boolean)

Parameters

column
InnerListColumn

The column to sort

shouldScrollIntoView
Boolean

Indicates whether the SelectedItem should be scrolled into view.

Exceptions

The specified value is a null reference.

Applies to