Combobox with static and dynamic data

后端 未结 1 676
遇见更好的自我
遇见更好的自我 2020-12-31 18:01

I would like to create a combobox that binds to a dynamic resource and has a custom xaml pre-specified list that stays at the top. I know how to bind a combobox to a dynamic

1条回答
  •  囚心锁ツ
    2020-12-31 18:18

    CompositeCollection is pretty cool for this. Something like so:

    
        
            
                
                Item1
                Item2
                Item3
            
        
    
    

    0 讨论(0)
提交回复
热议问题