scrolling: integer ??
See original GitHub issueHi, I’m attempting to change the scrolling
option depending on the messageCallback
received from the child page. In the docs it says that scrolling is false
by default, but describes the expected option value as an “integer”. Sorry, I don’t understand. If i’d like to configure the iframe to allow scrolling, what would I change that option to? I tried setting it to true
, but this did not change the behavior.
Thanks in advance for any help!
Issue Analytics
- State:
- Created 9 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Scrolling integer with long click - Android - Stack Overflow
OnLongClickListener is an event like any other which is only called once per press. Hence, the event in not a looping mechanism to...
Read more >Configuring Infinite Scrolling
You can customize how Siebel Open UI displays infinite scrolling, which is a feature ... You can set the ScrollAmountSize parameter to an...
Read more >TcxCustomGridController.Scroll(TScrollBarKind,TScrollCode,Integer ...
You can use the Scroll method to perform scrolling programmatically horizontally or vertically. The direction of scrolling is specified by the AScrollBarKind ...
Read more >Excel Scrollbar - Change from Integer to Decimal - YouTube
Excel Scrollbar - Change from Integer to Decimal - EXCEL BASEMENT.
Read more >CGEventField | Apple Developer Documentation
Key to access an integer field that contains pixel-based scrolling data. The scrolling data represents the change in vertical position since the last...
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
Yep that’s a bug in the docs, should say Boolean. Changing it now.
Is this issue solved in the newer version. I’m still not able to set scrolling dynamically.