Open berggrenmille opened 1 month ago
Directly creating Controls, using C# Markup or objects has performance benefits as parsing Xaml is slow. We also skip the step of generating and parsing the xaml, which is just extra work
Good idea. The renderer can generate the objects dynamically instead of generating XAML in text form.
Directly creating Controls, using C# Markup or objects has performance benefits as parsing Xaml is slow. We also skip the step of generating and parsing the xaml, which is just extra work