WPF - Best Practice for the run-of-the-mill [Label:Input] Control
问题 I am wondering, which is the best and quickest way to get the well known Label Input [or output, doesn't matter] combination in WPF. Its a simple Task, just think of a quick output of the "object" ME: Name - Christian Age - 28 Mood - Good I know, I can use a Grid with TextBlocks. But to be honest, the "short" XAML for this is nearly half a page long (RowDefinitions, ColDefs, Grid.Col on each Label) The alternative way, using three StackPanels (horizontal) with one vertical seems also a little