Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Need to resize the text box dynamically.
Try using data utility,
//based on the logic, set the width
textBox.setWidth(40);
