Forum Discussion
Dave0145
9 years agoFrequent Visitor
Custom Visual HTMLElement scrolling
Hi, I have been developing a custom visual using a HTMLElement object. I have set the <div> to overflow:auto. However, scrollbars do not appear when the content exceeds the iframe bounds. The sta...
- 9 years ago
Check the solution below.
https://community.powerbi.com/t5/Developer/make-custom-visuals-scrollable/m-p/98115#M3451
v-chuncz-msft
9 years agoCommunity Support
Check the solution below.
https://community.powerbi.com/t5/Developer/make-custom-visuals-scrollable/m-p/98115#M3451
- Dave01459 years agoFrequent Visitor
Brilliant! Thanks very much v-chuncz-msft. That has worked beautifully. My problem was that I had put the overflow: auto in my .less file to style the div rather than setting the options on the constructor as you have suggested here.