C# 클래스 Fluent.GalleryGroupContainer

Represents container of grouped gallery items in GalleryPanel or Gallery
상속: System.Windows.Controls.HeaderedItemsControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsHeaderedProperty System.Windows.DependencyProperty
ItemHeightProperty System.Windows.DependencyProperty
ItemWidthProperty System.Windows.DependencyProperty
MaxItemsInRowProperty System.Windows.DependencyProperty
MinItemsInRowProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetItemSize ( ) : Size

Determinates item's size (return Size.Empty in case of it is not possible)

보호된 메소드들

메소드 설명
MeasureOverride ( Size constraint ) : Size

Called to remeasure a control.

비공개 메소드들

메소드 설명
FindItemsPanel ( DependencyObject obj ) : System.Windows.Controls.Panel
GalleryGroupContainer ( ) : System

Static constructor

GetItemWidth ( ) : double
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnMaxMinItemsInRowChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateMaxWidth ( ) : void

메소드 상세

GetItemSize() 공개 메소드

Determinates item's size (return Size.Empty in case of it is not possible)
public GetItemSize ( ) : Size
리턴 System.Windows.Size

MeasureOverride() 보호된 메소드

Called to remeasure a control.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size The maximum size that the method can return.
리턴 System.Windows.Size

프로퍼티 상세

IsHeaderedProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for IsHeadered. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsHeaderedProperty
리턴 System.Windows.DependencyProperty

ItemHeightProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for ItemHeight. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ItemHeightProperty
리턴 System.Windows.DependencyProperty

ItemWidthProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for ItemWidth. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ItemWidthProperty
리턴 System.Windows.DependencyProperty

MaxItemsInRowProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for ItemsInRow. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows MaxItemsInRowProperty
리턴 System.Windows.DependencyProperty

MinItemsInRowProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for ItemsInRow. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows MinItemsInRowProperty
리턴 System.Windows.DependencyProperty

OrientationProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows OrientationProperty
리턴 System.Windows.DependencyProperty