Problems saving an rtf file
Using Richtextbox in WPF/VB.net 4
When adding a control it auto-adjusts to the size of the grid in wpf
I’m new to WPF, I’m getting used to XAML and all the stuff, great overall, but I have a simple question, if I have a 1024 * 768 MainWindow, and I want to add a button by pressing enter, it fills my whole grid with that button, having exactly the same size of my MainForm, there is no default control size, and default Horizontal and Vertical Aligments when adding them to the grid in WPF?