/* * function to reformat the question editors * height when text is entered that would * exceed the current editor height * i.e. makes the editor height grow dynamically */ private void reformatEditorHeight(MyEditor questionElement) { questionElement.InvalidateLayout(); }