1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-26 11:29:33 +00:00

Updated TO DO List (markdown)

Andy McFadden 2020-09-16 15:10:24 -07:00
parent d2e3ed3fa4
commit 7bb7cff576

@ -93,7 +93,7 @@ Contents:
e.g. "#Ctrl+R" vs. "#$92"
* Figure out why renaming a label is blowing out DisplayList virtualization
(WPF-specific).
* Replace WPF ListView with custom control.
* Replace WPF ListView with custom control. Some advantages:
* Can retrieve and restore selection quickly (LV SelectedItems is wrong).
* Avoid some INotifyCollectionChanged / INotifyPropertyChanged traffic.
* Avoid CodeListItemStyle shenanigans.