Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application
Describe the bug
Label indicating that editor is in "read only" mode is not affected by status bar visibility and creates empty space if shown.
To Reproduce
Set StatusBarVisibility property to "Collapsed"
Set ReadOnlyMode property to "True"
Expected behavior
Currently, the "read only" label is not part of the status bar.
In my opinion, this is incorrect since read only mode is a "status" of the editor.
It would be helpful to move it to the status bar, since it would allow it to be hidden.
As a side effect, it would also probably resolve positioning issues simar to ones described in issue #74.
Alternatively, if it's not possible to change editor layout, it would be helpful to at last have property to control it's visibility.
Screenshots
Read only mode disabled with status bar collapsed
Describe the bug Label indicating that editor is in "read only" mode is not affected by status bar visibility and creates empty space if shown.
To Reproduce
Expected behavior Currently, the "read only" label is not part of the status bar. In my opinion, this is incorrect since read only mode is a "status" of the editor. It would be helpful to move it to the status bar, since it would allow it to be hidden. As a side effect, it would also probably resolve positioning issues simar to ones described in issue #74.
Alternatively, if it's not possible to change editor layout, it would be helpful to at last have property to control it's visibility.
Screenshots Read only mode disabled with status bar collapsed
Read only mode enabled with status bar collapsed
Desktop: