Quantcast
Channel: Northwoods Software - Latest topics
Viewing all articles
Browse latest Browse all 7422

go.Panel show scrollbar

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7422

Trending Articles