Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I want to take out the scroll bar from list box.
Ex: i am having a list box with 30 fields but i have mate it in a size that it shows only 10 others 20 fields can be seen through scrolling down.
But i want to take out that scroll bar from list box is there any possible way to take it out.
Please suggest its urgent.
Regards,
Pranav
hi Pranav,
If we remoev the scroll bar then we will not be able to seee the remaining 20 data.
if you want to remove the next 20 then use Expression in List box. This will restrict the data to 10 , then adjust the size of list box to it.
I hope this helps.
hi Pranav,
If we remoev the scroll bar then we will not be able to seee the remaining 20 data.
if you want to remove the next 20 then use Expression in List box. This will restrict the data to 10 , then adjust the size of list box to it.
I hope this helps.
Hi,
When you right click list box you will get "Properties" in that "Prsentation" tab will be there.There you can "Check"
"Supress Horizantal Scrool Bar".But in your case, extra you need to right some condition for showing Top 10 only.
-Jai
Hi,
All you have to do is Go to Properties of text box-> Presentation -> Uncheck the single column and order by column.
Regards,
Kaushik Solanki
Dear all,
Thank you for your reply
Kind Regards,
Pranav