1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-13 18:54:54 +00:00
6502bench/SourceGenWPF/ProjWin
Andy McFadden ea6125ea82 Save and restore grid column widths
Now preserving column widths for the three DataGrids and the main
ListView.  In theory the various grids would conveniently auto-size
to the content, but in practice that doesn't work well with
virtualization.

There is, of course, no simple "the width has changed" event
provided by the control.  On the plus side, you can attach a
property-change event handler to pretty much anything, so once you
know the trick it's possible to make everything work.  Yay WPF.
2019-06-20 15:10:35 -07:00
..
CodeListItemStyle.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
DataFileLoadIssue.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
DataFileLoadIssue.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
DiscardChanges.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
DiscardChanges.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
EditAddress.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
EditAddress.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
MainWindow.xaml Save and restore grid column widths 2019-06-20 15:10:35 -07:00
MainWindow.xaml.cs Save and restore grid column widths 2019-06-20 15:10:35 -07:00
ProjectLoadIssue.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
ProjectLoadIssue.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00