Expand my Community achievements bar.

Issues with the scrollbar

Avatar

Level 3

Hi Guys,

I have a very important questions and I hope you can help me with that. I use LCD 8.0

1. Is it possible to display a scrollbar in a listbox as soon as the populated items exceed the visible area before clicking on the list box??

Right now, I have to click on the box in order to be able to scroll down. But when i select items from one listbox which is populated in another and I would like to see as soon as the selected items is not visible due to the limited visible area that a scroll bar appear without me clicking on the listbox.

2. Is it possible somehow highlight and set focus on just selected item in a listbox when the visible area has been exceeded?

3. Is it possible to print the entire content of a listbox which has a limited visible area?

I appreciate your help in advance!!!

Thanks,

Diana

2 Replies

Avatar

Former Community Member

1. The scroll bar can only become active once focus has been put onto the field

2. If it is a multi-select list box then as you select items they will become highlighted, so if you scroll off screen then you will nt see th ehighlighting. They do not change position in th elist as you select them.

3. No .....only the visible area is printed. If your intent is to print then a listbox may not be the nest way to capture the information . Maybe a group of radiobuttons or checkboxes might be a better solution (all though they will take up more room).

Hope that helps

Paul

Avatar

Level 3

Thank you Paul for the information!!!

Diana