DataRow lay out children like a horizontal StackPanel if DataTable is not present#784
DataRow lay out children like a horizontal StackPanel if DataTable is not present#7849rnsr wants to merge 1 commit intoCommunityToolkit:mainfrom
Conversation
d7c83c9 to
3933681
Compare
… not present This added behavior just covers a corner case. If a user fails to place corresponding DataTable at correct position, displaying somethings is better than nothing. Each rows layout their columns independent, because there's no main controller to remember the column widths, and then it looks like a horizontal StackPanel.
3933681 to
371b6d9
Compare
|
Was thinking about this scenario a bit more over the weekend, and I see a couple of directions:
|
Separate PR from #781
This added behavior just covers a corner case. If a user fails to place corresponding
DataTableat correct position, displaying somethings is better than nothing.Each rows layout their columns independent, because there's no main controller to remember the column widths, and then it looks like a horizontal
StackPanel.