RadBusyIndicator總是選擇我有我的用戶一個RadBusyIndicator像這樣:當設計師點擊
<Grid>
<!-- Other Content -->
<t:RadBusyIndicator IsBusy="{Binding IsBusy}"></t:RadBusyIndicator>
</Grid>
每當我在設計視圖中單擊它去BusyIndicator控件。
我可以設置Panel.ZIndex爲負,選擇「其他內容」,但這樣會導致RadBusyIndicator是背後的「其他內容」
我使用的Z-索引像這樣綁定嘗試:
<t:RadBusyIndicator Panel.ZIndex="{Binding BusyZIndex}" IsBusy="{Binding IsBusy}"></t:RadBusyIndicator>
但它沒有幫助。
所以,問題是:
我怎麼有RadBusyIndicator上「頂級」所有的「其他內容」,但仍可以點擊(在設計),去了的XAML行控制?
更好的方法是使用'd:IsHidden =「true」' – jbarker