mmanela/diffplex

WPF DiffViewer Splitter bar issue

wegoodwin opened this issue · 5 comments

For some reason the splitter bar is not working when I use the WPF example provided. On the design window it shows the splitter bar offset to the left of the screen. When I run the app I cannot move the splitter bar at all. I have attached a screenshot of the issue.
ss1

Did you ever figure this out? I have the same issue. When I do a compare, the splitter is in the middle of the oldtext pane and doesn't do anything. I can't believe it's been two years and no one has responded.

I figured it out. They used a GridSplitter in DiffViewer.xaml and didn't set HorizontalAlignment="Right". I think it defaulits to "Center" so it shows the splitter at the center of the old text pane. This is definitely a work in progress at this point.

@jimberg98 Is this a bug or just something that needs documentation? FYI @kingcean