Hi Bert, this is from my Sliding Stations Panel mod, edit the
menu_1024_768.ini file:
Find the following 4 blocks in your G31 Group! (This Group is responsible for the Nav Map auto scrolling - If you still want this feature then simply skip this section), search for "Name=Scroll xxxxxx" (eg xxxxx=bottom).
Delete these 4 Blocks and replace with with the following:
[G31 IXX]
Name=Scroll bottom
Type=1030;Static bmp
ItemID=0x31000004
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=5,6,689,40
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9
[G31 IXX]
Name=Scroll right
Type=1030;Static bmp
ItemID=0x31000003
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=1004,768,60,638
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9
[G31 IXX]
Name=Scroll top
Type=1030;Static bmp
ItemID=0x31000002
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=0,808,679,60
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9
[G31 IXX]
Name=Scroll left
Type=1030;Static bmp
ItemID=0x31000001
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=-45,286,60,156
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9
That's it!

Cheers.