vertical-scroll in capi:grid-layout
I'd like to have a grid-layout with a vertical scroll bar. In the example below, when vertical-scroll is t, a space is visible for the vertical scroll bar even when it is not needed. Also I am able to drag the window so that a region below the grid-layout is visible in the window. Is there a way that: 1. I can eliminate the reserved space on the right when the vertical scroll bar is not displayed. 2. Limit the max height of the containing window to that of the grid-layout? Thank you. (capi:contain (make-instance 'capi:grid-layout :vertical-scroll t ; or nil :description '("Item 1" "Item 20000" "Item 30000" "4" "5" "6" "7" "8" "9" "107" "108" "109" "2001" "2008" "20019") :columns 3))