When nesting the TreeMap with other controls on a XAML page, or placing in a TreeMap in a UserControl that is nested with other controls in a XAML page, the following error happens when debugging:
"{System.NullReferenceException: Object reference not set to an instance of an object. at Syncfusion.UI.Xaml.TreeMap.TreeMapItem.MeasureOverride(Size availableSize)}"
When making the TreeMap the only control on the page, it runs fine. Can the control work along side other UI controls in a page?