You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you populate a text box with content, the first character is cut off. You can see the first character by pressing the arrow keys or drag-selecting with the mouse. So the character is not missing, the text just starts as if it's too long to fit in the box.
I suspect this is not always the case, it may have to do with the size unit type of the text box or how it's bound. In this image, the content should say "Demo Map" but the "D" is cut off. This value is bound to the textbox from a model. The textbox width is sized as "0 relative to parent"
You can experiment on this using my mapping project.
The text was updated successfully, but these errors were encountered:
When you populate a text box with content, the first character is cut off. You can see the first character by pressing the arrow keys or drag-selecting with the mouse. So the character is not missing, the text just starts as if it's too long to fit in the box.
I suspect this is not always the case, it may have to do with the size unit type of the text box or how it's bound. In this image, the content should say "Demo Map" but the "D" is cut off. This value is bound to the textbox from a model. The textbox width is sized as "0 relative to parent"
You can experiment on this using my mapping project.
The text was updated successfully, but these errors were encountered: