How would I recognize if Text reaches the AbsoluteSize of a TextBox?
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here. Why was this question closed?
You could use TextBounds which will get the current size of the text in a text object.
if TextBox.TextBounds.X >= ChatBar.AbsoluteSize.X then
Marked as Duplicate by hiimgoodpack and royaltoe
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?