Hello, I've been trying to set the width of the Panel title and I can't seem to figure out the proper methods to go about this. I have a separate control that contains icon buttons that sit on the right side of the panel. The title text appears bellow the control, hence why I need to set the width.
I've tried doing: this.titleTextField.width = blah that works from with in a Panel component but does not work from outside a panel component(it's a protected property): myPanel.titleTextField.width = blah Truncating is not the optimal option due to project specs unfortunately. Though if I have to I could probably talk that into the works. Any ideas? I looked into CSS to try to handle this but I couldn't find anything related to the title width. Thanks! B.

