void IScrollInfo.LineDown() { if (hexView != null) { hexView.LineDown(); } if (addrBar != null) { addrBar.Offset = addrBar.Offset + 1; } }