Forum Discussion
chotu27
9 years agoPost Patron
Decrease Scroll bar width and height in table visual
Hi All, I have developed my own Custom Table visual but i am unable to decrease the width of scroll bar same as power bi table visual. MY less file : .scrollTable { display: table; bor...
v-viig
9 years agoCommunity Champion
Power BI native table visual implements its own scrollbar as a div element.
However, your custom visual uses browser's scrollbar. Borwsers doesn't allow us to control size of the scrolbar.
I suppose that there're these soolutions that you might try:
- Implement your own scrollbar control that supports customizing
- Take a look at this topic
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals