c# - How to add a separator to a WPF combobox that is databound? -
is there way can add seprator wpf combobox databound? ie in xaml, combobox's itemssource="{binding thelist}". list observable collection of objects, 1 of want separated rest. list generated sql, not hard-coded or anything. wouldn't want seaprator selectable, either. thanks!
check this solution. uses style
change template
of comboboxitem
objects
Comments
Post a Comment