user1122857
user1122857

Reputation:

Scrollable Listbox

I want see the items of list box on scroll, On ZK site I found only way to do it is set height in Pixels or set the rows property to specific number of rows. but I want to set it according to the screen size is there any way to do so.

Upvotes: 1

Views: 5618

Answers (1)

Alex Calugarescu
Alex Calugarescu

Reputation: 848

Try to use the BorderLayout to lay your components. Add your list to the center and it will display a scroll bar. Read about layouts (size, vflex etc.) first because they can be really tricky.

And read this also

Upvotes: 2

Related Questions