Bind textbox list inside listbox in wpf

后端 未结 2 1139
野的像风
野的像风 2021-01-24 20:01

I have to make listbox with textbox in it... and it has to be dynamic. I have observable collection in code behind and I want to bind that for listbox. I want dynamic listbox an

2条回答
  •  迷失自我
    2021-01-24 20:28

    You will have to Bind your textbox to the property in your class of which observable collection you have bound

    
        
            
                
            
        
    
    

提交回复
热议问题