cancel
Showing results for 
Search instead for 
Did you mean: 

Text field to expand down

Former Member
0 Kudos

Hi Experts,

I had dragged a table node onto my subform and one of the fields that is holding data field is expanding vertically upwards and downwards which is distracting other columns. I just want the field to expand downwards.

Can some suggest?

thanks

Dan

Accepted Solutions (1)

Accepted Solutions (1)

harman_shahi
Contributor
0 Kudos

Hi Dan,

just a suggestion.

The field probably looks like its expanding vertically upwards and downwards, Because the other fields in the table are not 'TOP' aligned.

I don't think you can control which way to expand a field, you can only select 'expand to fit' setting in the Layout tab (seems like you did this already). So, you may have to set the VALIGN property of other fields in the columns to resolve your issue...

Hope this helps,

Harman

Former Member
0 Kudos

Hi,

Where is tha VALIGN property of a field? I could not see in any palette..?

Please suggest..

thanks

Dan

harman_shahi
Contributor
0 Kudos

that was a tricky one...

The only way I found to set the vAlign property was to place the following JavaScript on the TextField's Initialize event.

this.para.vAlign = "top";

regards,

harman

Former Member
0 Kudos

Hi,

How can i write this in ABAP

thanks

Dan

Answers (0)