You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open the HexEditor control for the first time, there is a limit on how many rows I can mutli-select either by a mouse drag or with shift-clicks. The limit appears to be about 22 rows in the provided WpfHexEditor.Sample project. Note: you must have more than 22 rows visible on the screen to observe this. If I have less than 22 visible, there's no issue using shift-click to multi select. Click and drag also works with less than 22 lines visible, but scrolling stops whenever the mouse leaves the window.
Also, after I change the number of bytes per line the problem disappears.
To Reproduce
Steps to reproduce the behavior:
Start up the WpfHexEditor.Sample project.
Open a binary file that provides more than 22 lines of hex at 16 bytes per line.
Adjust the window size to show more than 22 lines of hex.
Click at byte zero and drag downwards.
Expected behavior
Would expect the selection range to continue until I stop dragging the mouse. However, it stops at the end of line 22 even though I continue to drag my mouse downwards.
Desktop (please complete the following information):
OS: Windows 11 or 10
Browser: N/A, but I use have Edge and Chrome installed.
Version: Windows 11 Home 22H2
Smartphone (please complete the following information):
Device: N/A
The text was updated successfully, but these errors were encountered:
When I open the HexEditor control for the first time, there is a limit on how many rows I can mutli-select either by a mouse drag or with shift-clicks. The limit appears to be about 22 rows in the provided WpfHexEditor.Sample project. Note: you must have more than 22 rows visible on the screen to observe this. If I have less than 22 visible, there's no issue using shift-click to multi select. Click and drag also works with less than 22 lines visible, but scrolling stops whenever the mouse leaves the window.
Also, after I change the number of bytes per line the problem disappears.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Would expect the selection range to continue until I stop dragging the mouse. However, it stops at the end of line 22 even though I continue to drag my mouse downwards.
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: