I was wondering what control Amazon used to display text in its Windows Phone 7 app? This should be something normal, because if I remember correctly, WPD does not support FlowDocument, Run, etc.
<Run> supported on WindowsPhone7 - for example, http://social.msdn.microsoft.com/Forums/en-SG/wpf/thread/ca27556a-a33b-4d4e-82b4-a0ed8596d6a1 - you can see that Run is used in many applications - for example. official Twitter app.
<Run>
This question - Software Definition of max fit in a text box (WP7) - analyzes the Kindle UI control a bit - it makes me think that Amazon uses TextBlock controls for the main page and performs manual calculations to determine the number of words on the current page.
Kindle ebooks are primarily HTML (conversion output from several formats ), so this will be some kind of WebBrower control.
They did not publish it publicly.
I strongly suspect that they have their own controls to wrap the canvas, which they dynamically fill with text, and then animate their own manipulation code.
Source: https://habr.com/ru/post/894350/More articles:Java Collection or Collection - javaAndroid: footer in ListView - androidProgrammatically determining the maximum match in a text box (WP7) - windows-phone-7"utf8" \ x96 "does not appear in Unicode in on line no - 321" Error in Perl - perlTwo column html layout with stretch and match column - htmlSyntaxHighlighter does not format XML text - xmlCMS + Blog + E-Commerce: django or web2py - djangowp7 - TextBlock with lots of text - huge memory - how to avoid this? - windows-phone-7Reporting using Crystal Reports in Visual Studio 2010 - c #How to get activity from another process using Robotium - androidAll Articles