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.
ActualWidthプロパティを必要とするコードを実行する正しい場所はどこですか。
ActualWidth
あなたの質問がコントロールのライフサイクルに関連していると仮定した短い答え:
レンダリングされたとき。
お気づきかもしれませんがActual(Width|Height)、コントロールがロードされる前にプロパティにアクセスすると、プロパティはゼロに設定されます。
Actual(Width|Height)