Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Need to resize the text box dynamically.
Try using data utility,
//based on the logic, set the width
textBox.setWidth(40);
