Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Need to resize the text box dynamically.
Try using data utility,
//based on the logic, set the width
textBox.setWidth(40);
