Skip to main content
Newcomer
August 15, 2024

Addding Scroll bar to Dialog window

  • August 15, 2024
  • 2 replies
  • 0 views

Hello,

I am trying to add scroll bars to a dialog box that has 6 components.  

Tried changing the layout to Horizonal and vertical stack with other settings.  This did not work and also asked the one stream experts . my team and appears there is no sure way of accomplishing this.  Is this possible in OneStream ?  

 

Thank you,

Sharon

2 replies

Newcomer
August 16, 2024

sbuggle - try using Grid instead of Vertical or Horizontal stack.

Cheers,

A.

 

sbuggleAuthor
Newcomer
August 16, 2024

I have tried that did not work. Let me layout the design for the pop up . 

The first component initially was uniform.

A0- Uniform  - Contains an embedded component A2 that is a grid. 

A2- Grid 6 rows 1 column each row and column are sized. The 6  embedded individual components  are all grids with * row and column width.

I changed the A0 to grid with 1 row and 1 column did not work. This is a dialog window which is set to 1400 by 820.  

Can you have scroll bars on a dialog window with all of these embedded components?  

Sharon

 

 

sbuggleAuthor
Newcomer
August 16, 2024

here is an image of the pop up

sbuggle_0-1723813767619.png

 

Newcomer
August 16, 2024

My suggestion would be to go Grid and embed grid to grid.  Uniform typically doesn't create the scrollbars unless it is more for background home page types.

Horizontal and Vertical stacks are useful for limited dimensions like headers for menu items otherwise, it will literally just stack the components adjacent one another.

 

 

 

sbuggleAuthor
Newcomer
August 16, 2024

I did change the A0 to be grid 1 row and 1 column did not work. 

Newcomer
August 16, 2024

Right - that is because each Grid Component will have its own scroll bars.   For the Dialogue Box to have a scroll bar, you would need that as a grid within grid (nested).  Hope that makes sense.

Cheers,

A.