Would be nice to have a function that only redraws specific objects only, not the entire screen. Similar to Page.Redraw().
Page.RedrawObject("Paragraph1");
Page.RedrawObject("Input1");
etc.
or
Paragraph.Redraw("Paragraph1");
Input.Redraw("Input1");
Page.RedrawObject("Paragraph1");
Page.RedrawObject("Input1");
etc.
or
Paragraph.Redraw("Paragraph1");
Input.Redraw("Input1");