cancel
Showing results for 
Search instead for 
Did you mean: 

size of the drop down box

Former Member
0 Kudos

how to change the size of drop down box according to the contents at the run time?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Deepthi,

The size(width) of the dropdown will be increased automatically at runtime based on data. But initially if you want to set some standard size you can use the WIDTH property of the dropdown. You can set it to 100px and so on as per youor requirement.

Thanks

Radhika.

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The drop down box by default takes the length of the field (values present in it).

If you want to increase manually you can do it by changing the WIDTH property of the UI element.

Refer to the link for more info on the UI element properties.

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d1/af8841349e1909e10000000a155106/frameset.htm]

Regards,

Priya

Former Member
0 Kudos

hi Deepti,

According to the values inserted in the dropdown, its size increased automatically.

If there are no values in dropdown it will be small in size but with values its size increases.

What exactly is your requiement .