Scrolling Text animation in WPF In one of our WPF applications we came across the need to present static data that is larger then it’s container (grid/text block/panel). We could have chosen to reduce the font size, but this was inappropriate for our situation because the application was intended to appear on a LCD screen and be seen from as far as possible. We decided to present the text inside a text block and scroll it (bottom to top) if it became too large for the text block. After quite a few...