Also would be cool if we had a Sort() method for Dropdown.Items. Since it is an ObserveableCollection the current way is to make a temporary list, sort it and then add the elements to Dropdown.Items. Can't even AddRange on that so might be worth adding a Sort to the Dropdown class.
Also would be cool if we had a Sort() method for Dropdown.Items. Since it is an ObserveableCollection the current way is to make a temporary list, sort it and then add the elements to Dropdown.Items. Can't even AddRange on that so might be worth adding a Sort to the Dropdown class.