Payloads
patreon
WPF C# Professional Modern Flat UI Tutorial
🕑 Added 2021-04-03 20:06:17 +0000 UTCHere are the project files for the most recent video! :-)
Comments
Leroy
Dude ur styling is so clean! Thank you for this.
Matthew Wilding
MainWindow.xaml.cs -------------- private void Window_MouseDown(object s, MouseButtonEventArgs e) { if (e.ChangedButton == MouseButton.Left) DragMove(); } MainWindow.xaml -------------- Right at the top under Window x:Class= Add another line between the others; MouseDown="Window_MouseDown"
Maykin Perdomo
How do I open another form from the small window?
Maykin Perdomo
HI
Alexandru Matei
The main window has no titlebar ? Cannot click and drag the main window ?
Ghgbfg Vbcbv
How do i add more Views because i just keep getting errors