System.Windows.Forms.HexBox.ScrollByteIntoView C# (CSharp) Method

ScrollByteIntoView() public method

Scrolls the selection start byte into view
public ScrollByteIntoView ( ) : void
return void
        public void ScrollByteIntoView()
        {
            ScrollByteIntoView(_bytePos);
        }

Same methods

HexBox::ScrollByteIntoView ( long index ) : void