Static Header Container

Static Header Container

Comments

  • Hello, Is there a way to have a static header container on a Page with elements under it to be scrollable?

  • we can accomplish this by using three vertical stacks. The First Vertical stack will be set to "fit children". Within this vertical stack we will add second vertical stack that will also be set to "fit Children". Inside this vertical stack we will only add the Header container.

    [color=rgb(127, 140, 141)][font=Roboto][img]att3[/img][/font][/color]

    Below the second Vertical stack will will add a third one. This one will be set to "Scroll". The elements added to this one will scroll through while the header container is static.

    [color=rgb(127, 140, 141)][font=Roboto][img]att2[/img][/font][/color]
    [color=rgb(127, 140, 141)][font=Roboto]
    [/font][/color]
    I have attached a sample project below for reference.

Sign In or Register to comment.