cancel
Showing results for 
Search instead for 
Did you mean: 

UI Element Item List Box - Visible Item Property

Former Member
0 Kudos

Hi Experts,

This is the first time I've used item list box and I want It to be have multiple selection and the the visible item is set to 5.

Even though the the property visible item = 5, all the data bonded to the item list box are being displayed. It should be scroll-able right?

Need advise.

Thanks,

Marvin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kris,

Like in the thread you post we have the same problem, but all the solutions there, I tried them before but nothing works.

Former Member
0 Kudos

Hi,

Its working fine for me. Please check once again if you are specifying the value for visibleItems properly.

Also try to test ItemListBox behavior with the standard application wdr_test_ui_elements. If it works in this application, your application should also work. Otherwise, report a message to SAP service desk.

Hope this helps!

Best Regards,

Srilatha

Former Member
0 Kudos

Hi Marvin,

You can set the multipleSelection property to allow multiple selections. Just check that property.

For visibleitems change defalut value. or if you want to set at runtime create 1 attribute and bind with this.

Based on this value will change.

Also Please cehck this..

Cheers,

Kris.