C# 클래스 ScreenScroller.TrackUniformGrid

This class overrides the Arrange method of the UniformGrid in order to arrange its children in a "track" way. instead of arranging them in the following way : 1 2 3 4 5 6 7 8 9 this Grid arranges that way : 1 2 3 6 5 4 7 8 9 It works for any number of children.
상속: System.Windows.Controls.Primitives.UniformGrid
파일 보기 프로젝트 열기: Invenietis/ck-certified

보호된 메소드들

메소드 설명
ArrangeOverride ( Size arrangeSize ) : Size

비공개 메소드들

메소드 설명
UpdateComputedValues ( ) : void

Directly taken from the underlying UniformGrid. Compute the default values for Column & Rows if they are not set.

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size arrangeSize ) : Size
arrangeSize System.Windows.Size
리턴 System.Windows.Size