Method OnNameColumnClick
OnNameColumnClick()
Sorts the items in the file list by the name column when the name column header is clicked.
public virtual void OnNameColumnClick()
Remarks
This method triggers a sort operation on the file list, flipping the current sort direction each time it is invoked. Ensure that the file list is populated before invoking this method to avoid unexpected behavior.