@irin wrote:
Hello.
Does anyone know is it possible to display scrollbar for go.Panel?Example,
$( go.Panel, 'Vertical', { name: 'PanelWrapper', maxSize: new go.Size(200, 300) }, $( go.Panel, { name: 'InnerPanel', height: 500 // just an example height } ) );
So, this panel has an inner panel and inner panel is higher than wrapper.
Is there any possibility to make “PanelWrapper” scrollable?Thanks in advance.
Posts: 5
Participants: 2