File ListView, change name direct in ListView, WPF C# MVVM
问题 I made little program where I have all files of certain folder and certain type in one listview. I like to change name of file directly inside of ListView. I made ListView with textboxes in one column and name of the file is written inside textbox. I can change name in textbox now, but will not change file name. How to do this connection between textbox in ListView and Method which will be change name? Yes I am little lost here. I am pretty fresh in MVVM WPF. My XAML code of ListView: