C# Class Fluent.GalleryGroupContainer

Represents container of grouped gallery items in GalleryPanel or Gallery
Inheritance: System.Windows.Controls.HeaderedItemsControl
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsHeaderedProperty System.Windows.DependencyProperty
ItemHeightProperty System.Windows.DependencyProperty
ItemWidthProperty System.Windows.DependencyProperty
MaxItemsInRowProperty System.Windows.DependencyProperty
MinItemsInRowProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetItemSize ( ) : Size

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

Méthodes protégées

Méthode Description
MeasureOverride ( Size constraint ) : Size

Called to remeasure a control.

Private Methods

Méthode Description
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

Method Details

GetItemSize() public méthode

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

MeasureOverride() protected méthode

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

Property Details

IsHeaderedProperty public_oe static_oe property

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

ItemHeightProperty public_oe static_oe property

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

ItemWidthProperty public_oe static_oe property

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

MaxItemsInRowProperty public_oe static_oe property

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

MinItemsInRowProperty public_oe static_oe property

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

OrientationProperty public_oe static_oe property

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