wpf2016. 1. 20. 16:10

PC에서는 잘나오지만 태블릿 해상도에서는 짤려서 나와서

처방을 한 코드


loaded 이벤트
root.Width = 1920;
root.Height = this.ActualHeight / this.ActualWidth * 1920;
xaml 디자인
<Viewbox> <Grid x:Name="root">


'wpf' 카테고리의 다른 글

[wpf] Object Capture 컨트롤 캡쳐  (0) 2016.04.05
CustomControl ImageButton  (0) 2016.04.04
웹캠위에 이미지를 오버랩 하여 스크린샷 찍기  (0) 2015.12.08
[wpf] 핑테스트 가능 코드  (0) 2009.09.29
[wpf] about Thread Pool  (1) 2009.09.24
Posted by 동동(이재동)