Whis this simple changes, you can modify Class TXBrowse to turn Kinetic scrolling as an optional feature:
Thats all. Here it is working fine.
To use it as a global setting just do:
...
  CLASSDATA lKinetic   AS LOGICAL INIT .T. Â
...
METHOD LButtonDown( nRow, nCol, nFlags ) CLASS TXBrowse
...
   ::lPressed   = ::lKineticThats all. Here it is working fine.
To use it as a global setting just do:
TXBrowse():lKinetic := .F.