I continue with my project in Winforms C # and I have many problems since I only know WPF and Silverlight, which is very similar.
In WPF if I put, in XAML
:
HorizontalAlignment="Strench"
VerticalAlignment="Strench"
Without setting the height and width the control is adjusted to the size of the parent, how is it done in WinForms?
At the moment I have a generic panel, the size I want.
Since there is no XAML
in projects winforms