我有一個Panorama,它根據數據綁定獲取動態數量的項目。在創建的PanoramaItem中,我有一張圖像,我想隨着時間的推移修改(隨着時間的推移淡入/淡出不同的圖像)。 我看到類似這樣的問題:How to retrieve the name of a Panorama-Item at runtime? 但這並不適用於我,因爲我使用Panorama.Items[index]時從未獲得Panora
目前拔出ma頭髮以解決以下問題。我的代碼添加Rectangle s到一個Grid如下: Dim rect As Rectangle
' Set a bunch of properties of rect here'
myGrid.Children.Add(rect)
它用來做工精美,直到我需要找到我的矩形網格中。我剛花了一個小時,試圖找出如何使用RegisterName(),但唉,我失敗