I want to create a WPF window with the following elements:
On the right side a button "Add" to add a new path. If you click the button, an open file dialog occurs and the user can select a file. The filepath should be displayed in the window. After the selection of the file, the "add" button transformed into a delete button and two arrows (to push down or up the path).
If you have added the first path and the add button transformed into the delete and arrow buttons, below the first row should appear the next add button.
Which elements (datagrid, ...) would be the best to realize that?