v1.1.1-alpha
Pre-release
Pre-release
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 onComboTreeBox
/DropDownSearchBox
(did not update display)
Enhancements:
- The
SortComparer
assigned to aGroupedComboBox
now receives the raw value obtained usingGroupMember
. Previously, the value was converted to a string.
New features:
- Advanced multi-level sorting for
GroupedComboBox
is now possible using thePriorityGroup
andPriorityComparer
classes. With these, you can place specific groups at the top/bottom of the list.