Visual studio form layout tutorial?
I'm a Qt developer, trying to design forms with visual studio.. but the layout toosl are.. lacking? I only see tools for fixed-size forms.开发者_开发问答
What are the visual studio alternatives to Qt's vertical/horizontal/grid layouts with minimum/maximum/preferred size hints, spacers, etc?? I can't see anything like this.
Closes things you can use are:
FlowLayoutPanel
TableLayoutPanel
Alternatively, you can go for WPF instead of WinForms.
精彩评论