WPF DiffViewer Splitter bar issue
wegoodwin opened this issue · 5 comments
wegoodwin commented
jimberg98 commented
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.
wegoodwin commented
No,
I never did.
…________________________________
From: Jim Berg ***@***.***>
Sent: Saturday, December 23, 2023 4:29 PM
To: mmanela/diffplex ***@***.***>
Cc: wegoodwin ***@***.***>; Author ***@***.***>
Subject: Re: [mmanela/diffplex] WPF DiffViewer Splitter bar issue (Issue #90)
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.
—
Reply to this email directly, view it on GitHub<#90 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKTMT3EMWUG3ZO5HLH4NVU3YK5EMXAVCNFSM5JP6HHR2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBWHAZTOMZRGMZQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
jimberg98 commented
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.
wegoodwin commented
OK,
Thanks.
…________________________________
From: Jim Berg ***@***.***>
Sent: Sunday, December 24, 2023 7:32 AM
To: mmanela/diffplex ***@***.***>
Cc: wegoodwin ***@***.***>; Author ***@***.***>
Subject: Re: [mmanela/diffplex] WPF DiffViewer Splitter bar issue (Issue #90)
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.
—
Reply to this email directly, view it on GitHub<#90 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKTMT3DVPR4GLIKFX3VHKDTYLAOEXAVCNFSM5JP6HHR2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBWHA2TANRRHE2Q>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
mmanela commented
@jimberg98 Is this a bug or just something that needs documentation? FYI @kingcean