Hex Viewer On WinUI3

July 14, 2026 ยท View on GitHub

GitHub license NuGet Version

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

Features

  • viewing different data types, formats, signedness
  • showing/hiding sections of the control
  • selection and copying
  • mouse scrolling and keyboard navigation
  • 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
  • template styling of the control
  • monospaced Font is not required.
  • highlight regions
  • shortcut (content menu/select/copy ...)
  • themes (light/dark/highcontrast)
  • dynamic localization
  • DPI support
  • columns header (show/hide)

Preview

  • Operators demo

  • Highlight regions highlight

  • Menu Menu

  • Theme

  • Light

  • Dark

Thanks

Fork from HexView.Wpf