Curses-UI - Scrollbar usage in Curses::UI

Posted on Wed May 14 13:15:49 2008 by varun
Scrollbar usage in Curses::UI
Suppose I want to add more widgets in a particular window so that there will be a vertical scrollbar for that window. I want only few widgets to appear on the screen initially and when I navigate through all these widgets using tab the scrollbar should go down to make the other widgets appear one after the other. Is there any way to do this in Curses::UI?
Write a response