Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 2.32 KB

README.md

File metadata and controls

62 lines (50 loc) · 2.32 KB

HexView.Wpf

GitHub license Build Status

A WPF control for displaying binary data in a traditional hex view.


HexViewer demo project


Installing / Getting started

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

Features

  • 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

Screenshots

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.