- Knowledge Base
- Developer
- Displays & Screens
Can I change the maximum width of a field on a screen?
Yes!
var _debits = mywindow.findChild("_debits");
var _credits = mywindow.findChild("_credits");
_debits.maximumWidth = 200;
_credits.maximumWidth = 200;