Home > database >  WPF .NET 5 (XAML) Add some labels when i press button
WPF .NET 5 (XAML) Add some labels when i press button

Time:01-25

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 enter image description here

  •  Tags:  
  • Related