Need multiple styles dependent on Listboxitem
问题 i have a Listbox, which stores two different object types, based on the same baseclass. (e.g. BaseObject = baseclass and the children of it: CustomPath and CustomImage) The Datasource: ObservableCollection<BattlegroundBaseObject> _baseObjectCollection; public ObservableCollection<BattlegroundBaseObject> BaseObjectCollection { get { return _baseObjectCollection?? (_baseObjectCollection= new ObservableCollection<BaseObject>()); } } The Listbox databinding: <ListBox ItemsSource="{Binding