Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
助けてください、WindowsPhone7でキャンバスの指定された子をクリアする方法
ありがとう 。
使用できます:
canvas.Children.Remove(uiElement);
ここで、uiElement は削除する子です。
また
canvas.Children.RemoveAt(1);
ここで、1 は子コレクション内のこの要素のインデックスです
We are using nTiers and I have this list of objects that i need to sort by a property but then by another property,i have the following but i cant figure out how to to the ThenBy, I h
ThenBy