Have you wanted to have a Paragraph have focus so your applications can scroll-wheel up and down the data in this object? But, by default the Page.SetFocus() does not officially include the Paragraph object.
The easy workaround:
Just add the following code in the On Enter event area of that object:
Code:Page.SetFocus(this)

