Hi,
I have a problem with the itemListBox object in WD ABAP. I want to use three list boxes to display some data,
but it is essential, that the size of the boxes stay, as they are set up.
When I create the itemListBox object and set the attribute visibleItems to "10", the system doesn't care. If the node,
to which the itemListBox is bound to, contains just one element, the itemListBox has just the size of one element. If
the node contains more, the item list box is bigger. I haven't found any way to set the size of the list box, that it has
always one fixed size, no matter how many entries the bound node has...
Any ideas?
This is just frusttrating!
Thank you very much!