Binding Dictionary> to ListBox in WPF

后端 未结 2 1443
慢半拍i
慢半拍i 2021-01-15 18:49

I have a Dictionary> where the key is the hostname of a machine that writes to a server, and the value is an list of Wr

2条回答
  •  一整个雨季
    2021-01-15 19:17

    For your ItemsControl you need to set an ItemTemplate:

            
                
                    
                        Server: 
                        
                    
                
            
    

    That will get you started.

提交回复
热议问题