GMPrakhar / MAUI-Designer

UI Designer for MAUI Applications
53 stars 6 forks source link

Add real time XAML <-> Designer translation #16

Closed GMPrakhar closed 2 months ago

GMPrakhar commented 2 months ago

Currently, when we design the view and generate the XAML, it's a one-sided process. In case we have some pre-written XAML and want to include that into the UI, it is not possible. With this issue, we should aim to have the XAML editor updates transform the design accordingly and vice versa. Even if not realtime, it can be either delegated to a thread, or be done with a button click.