wpf - Sortable combo box with columns -
I have a combo with more than one value (different bindings from the same source) I would like to create a combo box where Users can be sorted according to those columns and include a header to clarify the information.
Example:
Item no. Name | Rank 00 | Foo | 0 01 | Bar 2 02 | Too. 1
We may be ordered by item number, name or rank.
Is this possible?
Thank you!
It is definitely possible to do this with ComboBox Contains the combo box that hosts popups a ListView . As a simple option, you should consider only the toggle button and popup inside popup with ListView can do.
Comments
Post a Comment