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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -