Hi,
I used the item list box UI element and the property visible Items is set as 5.
The values in the item list box is binded in view controller wdinit method , the context contains 7 values that needs to be displayed in list box but even when the visible items are set to 5 it shows the all 7 item in the output .
also I observe that I have the button to trigger event , after that button is pressed it re sizes the item list box with visible item as 5 .
is this the way item list box UI element work ? can anyone provide some input on this.
Regards,
Amar Kamat