Announcement

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

    Read only FilterBuilder with Scrolling

    Hi isomorphic,

    I’m looking for suggestions on how to make a read-only FilterBuilder while keeping scrolling enabled.

    In our current setup, we add the FilterBuilder to a layout and then call setDisabled(true) on that layout. This gives the desired read-only appearance, but it also causes the scrollbar to stop working once we reach the FilterBuilder section.

    Code levels used:
    SmartClient Version:
    'v14.1p_2025-04-04/Pro Deployment'

    Thank you.


    #2
    It sounds like you want the FilterBuilder itself to be scrollable as a separate pane. If so, remove overflow:auto from the FilterBuilder, and place it inside of a normal Canvas that has overflow:auto, as a child.

    Comment

    Working...
    X