Is there any way to layout grids in VS like in QT Designer? Like dragging and dropping in new elements, each automatically confined in its own cell, automatically alligned to the row / column the got dropped in etc.?
I see how I can achieve the same layouts like in QT in the end by manually specifing a bunch of column and row definitions, and additionally specifing by hand the positioning of each element in each cell, but it is like ten times the work it takes to layout the elements in QT designer and I cannot imagine VS being this bad in this aspect.
To give an example:
A grid like this, I can drag and drop together in QT in a matter of 2 minutes, with automatic adjusting column width, empty cells etc. In WPF, a uniform grid gets close to what I need, but it does not permit for empty cells (ok, I can place an empty label but thats kind of bad style), and the row widths are uniform, which does not work for me.