Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Need to resize the text box dynamically.
Try using data utility,
//based on the logic, set the width
textBox.setWidth(40);
