I have 2 ItemsControls parallel to each other. The first is a set of TextBlocks with Property names and the second is a set of TextBoxes with Property values.
Property1 Value1
Property2 Value2
Property3 Value3
" "
The list goes on very long in some cases.
Is there a way to possibly break the columns at a certain point and 'wrap' the two ItemsControls so they begin 2 new columns (parallel to the first 2) in the same container?