In certain scenarios, the text being drawn does not display properly. This occurs in textboxes where the text extends outside of the textbox. It only extends to the left of the textbox when the text is too big for the box. Occurs when using a list and possibly a grid.
After a little testing, the issue occurs for children of the textbox. The bounds are adjusted by the children causing the left bound to extend behind the textbox.
In certain scenarios, the text being drawn does not display properly. This occurs in textboxes where the text extends outside of the textbox. It only extends to the left of the textbox when the text is too big for the box. Occurs when using a list and possibly a grid.