What you might be looking for is a stack panel. Using a vertical StackPanel will allow you to arrange your label and controls consistently. For each label and control you might want a horizontal stack panel like so
Now you can add, remove, edit, and reorder to your heart's content without worrying about columns and rows.