Validating Trail items

Navigation for WPF Forum

Posted 14 years ago by Radu
Avatar
Hi

How can I validate the items that are in the trail?

If I delete an item from my data structure I would like the item to be removed from the trail too.

Thx

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Radu,

After some testing, we corrected an issue where the BreadcrumbItem would not update the ExpandedItem when it was removed from the Items collection. So as long as your collection implements INotifyCollectionChanged, then it will automatically clear the tail items if they are removed from your collection.


Actipro Software Support

Posted 14 years ago by Radu
Avatar
Excelent. Issue fixed. Thank you.

[Modified at 01/22/2010 01:59 AM]
The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.