
I am trying to create a "sort items" button for a CompletionSession and for that purpose I am using a CompletionFilter set as a ToggleButton.
Is there any way to access the buton contained by the CompletionFilter?
Note: I know that the completion session has items sorting capability, but I am interested in implementing dynamic items sorting so that the user can use the list of items either in initial enumeration or sorted.
[Modified 8 years ago]