custom combobox in wpf Application

前端 未结 3 1173
甜味超标
甜味超标 2020-12-05 02:56

Im new to WPF Application. I need to customize my combobox like this image.\"SAMPLE

I have tried this e

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 03:41

    I also liked the format and decided to reproduce it. Please find the XAML below. Hope it helps someone...

    
    
    
        
            
                
                    
                    
                
                
                
                
            
            
        
    
        
            
        
    
        
    
        
        
    
    
    
    
        
             
                Item1
                Item2
                Item3
                Item4
                Item5
                Item6
                       
        
    
    
    

提交回复
热议问题