Handling Content Overflow

Clipping
is default way and occurs before RenderTransforms are applied!
Scrolling
just wrap an element in a ScrollViewer control
Scaling
dynamically shrinking or enlarging content to “just fit” in a given space is more appropriate for several scenarios.
Wrapping
Trimming

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Stop console process using Ctrl+C.

Alternative to IValueConvert, QuickConverter