Reputation: 742
I am binding comments of user to expander view. The code looks
<ListBox..>
<ListBox.ItemTemplate>
<DataTemplate>
<toolkit:ExpanderView>
..
</toolkit:ExpanderView>
</DataTemplate>
</ListBox.ItemTemplate>
When we expand two or more items and then scroll till down/up of listbox, and then back to that expanded items, the expander view are overlapping with one another disturbing Ui.
Whether there is any solution for this?
Upvotes: 1
Views: 722