문제

We were working on a WPF application project, and the 'about 1px problem' puzzled us a lot.

Finally, we guess maybe the problem about Width and ActualWidth.

For instance, we set Border width to 160px, and the actual width would be 160.4px.

Any method can help to find the details of the added 0.4px?

도움이 되었습니까?

해결책

Try using tools like "WPF Inspector" or Snopp. This might help to detect problems at runtime.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top