You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging changes to the generated Shell.Designer.cs file can be a nightmare. Converting the UI to WPF would make merges much easier and would give the option to use grids and other auto layout controls instead of tables.
Unfortunately the app logic is pretty tightly coupled to the current UI, so this would be a major change and it would probably be more appropriate to refactor the app logic out of the current UI before considering WPF.
With that said, are you open to something like this?
The text was updated successfully, but these errors were encountered:
Merging changes to the generated Shell.Designer.cs file can be a nightmare. Converting the UI to WPF would make merges much easier and would give the option to use grids and other auto layout controls instead of tables.
Unfortunately the app logic is pretty tightly coupled to the current UI, so this would be a major change and it would probably be more appropriate to refactor the app logic out of the current UI before considering WPF.
With that said, are you open to something like this?
The text was updated successfully, but these errors were encountered: