WPF ListBoxItem DataTempldate command绑定无效解决

出错代码:

                                    
                                            
                                                
                                                    
                                                        
                                                    
                                                
                                            
                                    

修正后代码:

                                                                            Grid.Row="1"
                                        Margin="16,0,16,8"
                                        VerticalAlignment="Center"
                                        Foreground="{DynamicResource MaterialDesignBodyLight}"
                                        Text="{Binding Password}"
                                        TextWrapping="Wrap">
                                           
                                               
                                                   
                                                       
                                                   

                                               

                                           

                                   

你可能感兴趣的:(wpf,c#)