Hi Steven, For all components, you can set an explicit preferred width in pixels using setPreferredWidth() (or preferredWidth="" in WTKX) -- this will override any calculations that the component would otherwise perform. Or for TextInput specifically, you can set its textSize property (setTextSize() in Java or textSize="" in WTKX), which tells it how to calculate its preferred width based on how many characters you want it to be able to show without scrolling.
Cheers, -T On Wed, Feb 17, 2010 at 9:49 PM, Pivot-Steven Dahlin < [email protected]> wrote: > I cannot seem to set the width of a component such as TextInput. They are > all the same width and their is still room in the row and column. Could > anyone tell me the way to define the width that will be displayed for such > components? > > Thanks >
