We need a more generic control to edit fields, to avoid having to hardcode form fields in the view. File operations will stay the same. Notes: - The [`DataGrid` control](https://docs.avaloniaui.net/docs/next/reference/controls/datagrid/) seems to be better suited than a form - It can be editable (see https://github.com/AvaloniaUI/Avalonia/discussions/8210) - It can be grouped (see https://github.com/AvaloniaUI/Avalonia/discussions/6612) to reflect sub-groupings in files (e.g. engine section of chassis file) - There are a few other data-driven [repeating controls](https://docs.avaloniaui.net/docs/next/reference/controls/repeating-data-controls)
We need a more generic control to edit fields, to avoid having to hardcode form fields in the view. File operations will stay the same.
Notes:
DataGridcontrol seems to be better suited than a form