Bind to ActualHeight of Item ItemsControl
问题 I have two separate ItemsControl s that appear side by side. The ItemsControl s bind to the same ItemsSource , but they display the data differently. Each item displayed on the left will most likely be smaller than the same item on the right. This causes a problem because the rows will not line up, so I need the item on the left to bind to the item on the right. ItemsControl ItemsControl |Item 1 |Item 1 |Item 2 |Item 2 |Item 3 | |Item 4 |Item 3 As you can see, Item 2 on the right is larger,