Skip to content

Replies

0
Barry Bouman
Barry Bouman answered on Jun 22, 2022 7:51 AM

Hi Bozhidara,

Indeed, I am referring to the Windows 11’s Fluent scrollbars style.
My settings:
Infragistics 22.1
Firefox 64x version 101.0.1
Windows Settings -> Accesibility -> Visual Effects -> Always show scrollbars = Off
Firefox -> about:config -> widget.windows.overlay-scrollbars.enabled = true

I have a dummy website with the webdatagrid as the only, fullscreen element.
Then both the horizontal and vertical scrollbars work as they should.

 

But I want to use the webdatagrid as part of the screen, more like this sample:
http://pt-br.infragistics.com/…/binding-to-datatable

When I open this sample site on Windows 10 in Firefox. I get a vertical scrollbar.

 

Opening this sample site on Win11 in Firefox, then there is no vertical scrollbar.

 

And yes there are workarounds:
– changing the win11 setting “Always show scrollbars” to On
– OR changing the firefox setting widget.windows.overlay-scrollbars.enabled to false.

Hope this clarifies my question?
I don’t want to use the workarounds, and need both a vertical and horizontal scrollbar when using the webdatagrid as part of the screen instead of being full screen.

Kind regards.