krogenth / G2DataGUI

A tool for modifying the Anniversary/HD Remaster of Grandia 2.
MIT License
4 stars 5 forks source link

Pass data to sub-views appropriately #34

Open krogenth opened 1 year ago

krogenth commented 1 year ago

Currently, sub-views have their own ViewModels, which is fine. However, ideally these things should be passed through binding in the axaml files instead, which does not appear to be possible with UserControl elements, but should be possible with TemplateControl.

Tasks: