what is the best practice to show text label (e.g. \"Name\") with the TextBox in WPF?
I want a label \"Name\" above the TextBox and many similar Labels/TextBoxes.
Should I p
If you want the flexibility to manipulate this text label structure I suggest to wrap each TextBox and Label in a dock panel, and set the docking in a style that will apply on all labels and text boxes.