question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with scrollbar

See original GitHub issue

I’m trying to get an app to show a scrollbar, but I can’t figure out how it’s supposed to be done.

The code is essentially: ` StackPanel.create [

    StackPanel.children [

        ScrollViewer.create [ 

            ScrollViewer.verticalScrollBarVisibility Primitives.ScrollBarVisibility.Visible ;

            ScrollViewer.content (

                StackPanel.create [

                    StackPanel.children [

                        // STUFF HERE

                    ]

                ] 

            )

        ] ;

    ]

]     `

The view shows a scrollbar to the right, but it’s not allowing any scrolling, even if the content becomes bigger than the window. Is there anything obvious I’m doing wrong?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JordanMarrcommented, Jan 26, 2022

I assume the new version is not released as a package yet, and I have to build it myself?

Yes, but it’s sooo close to being released!

0reactions
arnesahlbergcommented, Jan 26, 2022

Hey! With a DockPanel it actually worked.

I assume the new version is not released as a package yet, and I have to build it myself?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Overflow Issues In CSS
An overflow issue occurs when a horizontal scrollbar unintentionally appears on a web page, allowing the user to scroll horizontally. It can be ......
Read more >
Troubleshooting Scroll Bar Issues: IU Only: Files
Something on our page is causing a horizontal scroll bar in the web browser. This scroll bar appears at any window width and...
Read more >
How To Fix Scroll Bar Related Issues in Windows 10
Windows Wally answers your questions about the scroll bar and tells you how to troubleshoot your PC in a few easy steps!"
Read more >
Scroll bar is there but the page is not scrolling
I ran into this problem today. I got the scrollbar to appear on the div as I am accustomed to doing. There was...
Read more >
More Elegant Fix for Jumping Scrollbar Issue
This is a bit of advice for developers on Macs I've heard quite a few times, and I'll echo it: go into System...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found