cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling in a popup screen

Former Member
0 Kudos

Hi all,

I was wondering if it is possible (maybe by a work-arround) to provide a popup window with a vertical scroll-bar.

Now i'm using a table in my popup screen to display my data and if the data is to long i'm using the footer of the table.

Now if i'm not using this footer the popup gets very long and a scrollbar shows up in the main-window.

I want that scrollbar in my popup window.

Is there a way to get this functionality?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

B.,

Simple: place content of your view (one used for popup) or just table inside view inside ScrollContainer or TransparentContainer. Set 'scroll' property to auto or both and define exact width/height for container (say 200px, 300px)

VS

Former Member
0 Kudos

Ok thnx, problem solved!

How simple the answer sometimes can be

Answers (0)