One thing I asked a while ago was if there was a way to increase the thumb of the xbrowse scrollbar because scrolling with many fields (65) and for example 11,000 records became difficult and very slow. After many tests I managed to increase the length of the horizontal thumb but when I press the scrollbar button or change position the thumb goes back to being small

In TXBrowse, the “thumb” becomes small again because XBrowse only updates the range and position of the horizontal scrollbar, but not the page size (which is what determines the length of the thumb). You can see this in GetDisplayCols(), where it only does ::oHScroll:SetRange( 1, Max( nCols, 2 ) ) and then elsewhere :SetPos(...), without ever setting the “page”.
any solution ?

In TXBrowse, the “thumb” becomes small again because XBrowse only updates the range and position of the horizontal scrollbar, but not the page size (which is what determines the length of the thumb). You can see this in GetDisplayCols(), where it only does ::oHScroll:SetRange( 1, Max( nCols, 2 ) ) and then elsewhere :SetPos(...), without ever setting the “page”.
any solution ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com