Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 512381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:18:51+00:00 2026-05-13T07:18:51+00:00

Debugging a binding when it is like this IsChecked={Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ListBoxItem}}, Mode=TwoWay,

  • 0

Debugging a binding when it is like this

IsChecked="{Binding RelativeSource={RelativeSource FindAncestor, 
           AncestorType={x:Type ListBoxItem}}, Mode=TwoWay, Path=IsSelected}"

is easy. You add the following:

xmlns:diagnostics="clr-namespace:System.Diagnostics;assembly=WindowsBase"


IsChecked="{Binding RelativeSource={RelativeSource FindAncestor, 
           AncestorType={x:Type ListBoxItem}}, Mode=TwoWay, 
           Path=IsSelected,diagnostics:PresentationTraceSources.TraceLevel=High}"

But how do you attach the “debugger” when your binding looks like this:

<DataTemplate.Triggers>
    <DataTrigger Value="True">
        <DataTrigger.Binding>
            <MultiBinding Converter="{StaticResource DisableWorkItemConverter}">
                <Binding ElementName="MainForm" Path="PickedWorkItemID"/>
                <Binding Path="WorkItemForColumn.Id"/>
            </MultiBinding>
        </DataTrigger.Binding>
        <Setter Property="IsEnabled" Value="False"/>
        <Setter Property="loc:Main.IsCurrentItemEnabledChanged" Value="True"/>
    </DataTrigger>
</DataTemplate.Triggers>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T07:18:51+00:00Added an answer on May 13, 2026 at 7:18 am

    Sorry, I couldn’t test it, but does this work?

      <DataTemplate.Triggers>
        <DataTrigger Value="True">
            <DataTrigger.Binding>
                <MultiBinding Converter="{StaticResource DisableWorkItemConverter}" 
                              diagnostics:PresentationTraceSources.TraceLevel="High">
                    <Binding ElementName="MainForm" Path="PickedWorkItemID"/>
                    <Binding Path="WorkItemForColumn.Id"/>
                </MultiBinding>
            </DataTrigger.Binding>
            <Setter Property="IsEnabled" Value="False"/>        
        </DataTrigger>
    

    Hope it does :).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm debugging an emacs keyboard binding on my mac (C-/ to undo, if you're
Really having an issue debugging this...the reason why is probably very simple but I'm
Debugging asp.net websites/web projects in visual studio.net 2005 with Firefox is loads slower than
Debugging some finance-related SQL code found a strange issue with numeric(24,8) mathematics precision. Running
Debugging with gdb, any c++ code that uses STL/boost is still a nightmare. Anyone
For debugging purposes in a somewhat closed system, I have to output text to
When debugging an application in Visual Studio, there are 2 options for breaking on
When debugging JavaScript in Visual Studio 2008 and I use the ? command in
When debugging web sites that I'm working on, I tend to use Attach to
When debugging in Internet Explorer, I first get an alert box with extremely limited

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.