How can we increase the height of the list box to any size we want. It appears as though it only allows incremental height adjustment.
Any help?
Printable View
How can we increase the height of the list box to any size we want. It appears as though it only allows incremental height adjustment.
Any help?
Hi,
By default List is configured to show the list items in full that is that the last item visible in the list should be fully vissible and that is why this incrementle height adjustment.
If you want to change the height to ur specified value then set the 'IntegralHeight' property of listbox to FALSE.
Hope it Helps
good advice !
Jinjiroge