Skip to content

v1.1.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@BradSmith1985 BradSmith1985 released this 04 Mar 15:44
· 20 commits to master since this release

Preliminary release based on user feedback.

Bug fixes:

  • Fixed ShowGlyphs property on ComboTreeBox/DropDownSearchBox (did not update display)

Enhancements:

  • The SortComparer assigned to a GroupedComboBox now receives the raw value obtained using GroupMember. Previously, the value was converted to a string.

New features:

  • Advanced multi-level sorting for GroupedComboBox is now possible using the PriorityGroup and PriorityComparer classes. With these, you can place specific groups at the top/bottom of the list.