|
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?
|