MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.28k stars 2.45k forks source link

ItemContainerStyleSelector on ComboBox does not work with MahApps #3391

Closed DavidXanatos closed 5 years ago

DavidXanatos commented 5 years ago

I was using ItemContainerStyleSelector on a ComboBox, in order to make some entries not selectable. after adding MahApps styling, the ItemContainerStyleSelector stopped working.

How can I make some ComboBox entries not selectable using MahApps ?

GF-Huang commented 4 years ago

Is there any workaround for v1.6.5?