Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Freezing top part of VLayout (no scrolling)

    Hi,

    We are using SmartGWT Pro 3.0 version.
    In Tab pane I am adding one VLayout, this VLayout containes two menbers 1. HLayout (for buttons) and 2. VLayout (for Dynamic Form). Since the dynamic form is big when user scrolls down the top part (buttons layout) gets hided. We want to freeze the top part (button Layout), so when user scroll down, buttons at top should always be visible. How we can do this?

    Thanks

    #2
    Both the HLayout and VLayout must currently be placed in some scrollable container. Simple set that container not to scroll (set overflow:visible) and set the VLayout to allow scrolling (overflow:auto).

    Comment


      #3
      Thanks for the quick reply, I tried the approach you suggested and its working.

      Thanks

      Comment

      Working...
      X