문제

Can someone please help me get this to work? I am trying not to use code behind as I'm putting a little test application together to test WCF Ria Services.

<my2:BusyIndicator IsBusy="{Binding ElementName=targetDomainDataSource}" BusyContent="{Binding}" DisplayAfter="0:0:0.1">
도움이 되었습니까?

해결책

Change your binding too IsBusy="{Binding IsBusy, ElementName=targetDomainDataSource}"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top