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

Function that returns a formatted array in VBA -

Admob integration with pygame in android -

gwt - Using Gin to Inject Multiple Views -