I also had this nasty behavior but fixed it by editing NxScrollControl.pas:
procedure TNxScrollControl.WMHScroll(var Message: TWMHScroll);
var
nScrollPos: integer; // chg-am
begin
inherited;
if not FHorzScrollBar.Visible then Exit;
.
.
.
Tulip913
Member Since 16 Mar 2006Offline Last Active Oct 30 2014 03:03 PM



Find content
Not Telling
