A WPF control for displaying binary data in a traditional hex view.
The best way to obtain the library is via the HexView.Wpf NuGet package:
dotnet add package HexView.Wpf
Alternatively you may clone this git repository and build the library for use within your projects:
dotnet build
- Supports viewing different data types, formats, signedness
- Supports showing/hiding sections of the control
- Supports selection and copying
- Supports mouse scrolling and keyboard navigation
- Supports fixed and arbitrary column widths via binding
- Able to adaptively display columns upon resizing the control
- Built in context menu for controlling display of data
- Supports template styling of the control
- Adheres to Windows default styling and colors
These screenshots were generated using the demo application found in the HexView.Wpf.Demo project of this repository which uses the control to implement a simple file hex viewer application.