Declined
Last Updated: 14 Oct 2015 08:34 by ADMIN
ADMIN
Yordanka
Created on: 19 Mar 2014 09:51
Category: TreeListView
Type: Feature Request
1
Refreshing CollectionViewSource bound to TreeListView results in wrong display rendering
Refreshing CollectionViewSource bound to TreeListView results in wrong display rendering
1 comment
ADMIN
Ivan Ivanov
Posted on: 14 Oct 2015 08:34
The control that is used to display the data ("McPopup") is not data-bound. Its background and visibility are determined on Loaded. Thus it does not get updated when when the UI virtualization's recycling triggers. It should either use data binding to determine these properties, or move the custom logic from Loaded to DataContextChanged.