A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Will that work for Label(s) that are never displayed? I know it sounds strange to need the size of something that will never be displayed, but I need to know it so that everything is aligned if the user does scroll to those elements. If I wait until they are rendered, layout passes, resizing, and scrolling will repeating exponentially. The Label(s) are in the ItemTemplate(s) of CollectionView(s), so resetting the ItemsSource would be a major performance hit. When the rendering engine does the layout, how does that get the size? Having access to that code would be great (although it's probably not available to us). Is there a way to simulate the measuring without causing a performance hit?