https://github.com/hotkidfamily/hexbox.winui
A WinUI3 control to show hex data.
https://github.com/hotkidfamily/hexbox.winui
csharp custom-control dotnet hexbox-control hexviewer winui3
Last synced: 2 months ago
JSON representation
A WinUI3 control to show hex data.
- Host: GitHub
- URL: https://github.com/hotkidfamily/hexbox.winui
- Owner: hotkidfamily
- License: mit
- Created: 2024-12-05T03:10:02.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-07T04:53:28.000Z (2 months ago)
- Last Synced: 2025-04-14T01:10:05.255Z (2 months ago)
- Topics: csharp, custom-control, dotnet, hexbox-control, hexviewer, winui3
- Language: C#
- Homepage:
- Size: 26.7 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hex Viewer On WinUI3
[](https://github.com/hotkidfamily/HexBox.WinUI/blob/master/LICENSE) [](https://www.nuget.org/packages/HexBox.WinUI)
A WinUI3 control for displaying binary data in a traditional hex view.
## 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
* Monospaced Font is not required.
* Supports highlight regions
* Supports shortcut
* Supports Theme
* Supports localization## Preview
* Operators
* Highlight regions
* Menu
## Thanks
Fork from [HexView.Wpf](https://github.com/fjeremic/HexView.Wpf.git)