Skip to main content
1-Visitor
September 21, 2023
Question

Resize the text box of an attribute dynamically

  • September 21, 2023
  • 1 reply
  • 719 views

Need to resize the text box dynamically.

1 reply

14-Alexandrite
September 21, 2023

Try using data utility,
//based on the logic, set the width
textBox.setWidth(40);

refer for https://www.ptc.com/en/support/article/CS258376