Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

WindowsストアアプリでUIの要素の高さとかが取れるタイミングで一回だけ処理をしたい

$
0
0

Loadedだとまだなんですね。

public MainPage()
{
   this.LayoutUpdated += this.MainPage_LayoutUpdated;
}

privatevoid MainPage_LayoutUpdated(object sender, object e)
{
   this.LayoutUpdated -= this.MainPage_LayoutUpdated;
   // ここで処理をする
}

ふむ。


Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>