1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-16 00:28:56 +00:00
6502bench/SourceGenWPF/Tools
Andy McFadden acfbfcb642 Implement Show Hex Dump
Because of the way data virtualization works (or doesn't) in WPF,
this was a whole lot different from WinForms.  What I'm doing is
pretty simple, so I avoided the complexity (and quirks) inherent
to more complete data virtualization solutions.  (All I really want
is to not render the entire thing up front.)
2019-07-12 17:08:54 -07:00
..
WpfGui Implement Show Hex Dump 2019-07-12 17:08:54 -07:00
VirtualHexDump.cs Implement Show Hex Dump 2019-07-12 17:08:54 -07:00