Last Updated:
27 Apr 2023 08:40
by Maurizio
GridView: Performance issues when placed in FixedDocument due to ParentOfType caught exceptions
When placed in FixedDocument one of the GridView parents is not a UIElement and this throws internal caught exception in ParentOfType methods used in GridView logic. This leads to performance issues in scenarios with many GridViews in documents.
The aim of this bug fix is to avoid such exceptions by default or with some API.