Problem with scrollbar
See original GitHub issueI’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:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, but it’s sooo close to being released!
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?