I'm new. I'm learning C# .NET 5. I want to create in XAML dynamic Labels when i press add_button the labels appears in the new line under. I'm using Visual Studio 2022. I dont know what to write in MainWindow.xaml.cs.
Thanks for some advice.
CodePudding user response:
You can use Button click event. In the event you can add some labels on a 
