i have a list box in my application, but i don't want to show the vertical scroll bar on the right side, is there any way to remove it? here is my code:
<g:ListBox visibleItemCount='3' width="15em">
<g:item>Last 7 Days</g:item>
<g:item>Last Week</g:item>
<g:item>Last Month</g:item>
</g:ListBox>
Thanks!