1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-08 11:29:09 +00:00
6502bench/CommonWPF
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
..
Properties Add multi-key combo handling for hints 2019-06-04 16:10:55 -07:00
CommonWPF.csproj Load/save app settings 2019-06-19 18:09:55 -07:00
InverseBooleanConverter.cs Add multi-key combo handling for hints 2019-06-04 16:10:55 -07:00
MultiKeyInputGesture.cs Fix multi-multi-key inputs 2019-06-07 13:10:52 -07:00
WindowPlacement.cs Save and restore grid column widths 2019-06-20 15:10:35 -07:00
WPFExtensions.cs Load/save app settings 2019-06-19 18:09:55 -07:00