1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-17 02:30:37 +00:00
Andy McFadden 2ddd3b400d Workaround for GridSplitter lockup
As noted in issue #52, the side panels can't be resized once the
ListView gets focus.  The root of the problem is a workaround for a
selection problem that involves catching the Item Container
Generator's Status Changed event, and setting an item's focus.  It
appears that changing the size of the ListView causes the
StatusChanged event to fire, which cause the handler to grab the
focus, which causes the splitters to stop moving after one step.

This change adds a workaround that prevents the original workaround
from doing anything while a splitter is in the process of being
dragged.  It doesn't solve all problems -- you can't move the
splitters more than one step with the keyboard -- but it allows them
to be dragged around with the mouse.

There's got to be a better way to deal with this.
2019-11-01 11:14:49 -07:00
..
2019-10-25 18:16:09 -07:00
2019-10-25 18:16:09 -07:00
2019-10-12 17:23:32 -07:00
2019-09-21 18:49:03 -07:00
2019-10-18 21:00:28 -07:00
2019-09-18 18:11:48 -07:00
2019-10-18 21:00:28 -07:00
2019-09-17 19:13:28 -07:00
2019-09-26 13:00:14 -07:00
2019-10-13 15:21:05 -07:00
2019-10-09 17:47:07 -07:00
2019-10-09 17:47:07 -07:00
2019-07-20 17:36:12 -07:00
2019-10-27 10:38:29 -07:00