Property | Type | Description | |
---|---|---|---|
FilterProperty | |||
GroupByProperty | |||
GroupStyleProperty | |||
IsGroupedProperty | |||
ItemContainerGeneratorProperty | |||
ItemHeightProperty | |||
ItemWidthProperty | |||
MaxItemsInRowProperty | |||
MinItemsInRowProperty | |||
OrientationProperty |
Method | Description | |
---|---|---|
GalleryPanel ( ) : System |
Default constructor
|
|
GetActualMinWidth ( int minItemsInRow ) : double |
Gets actual min width of the gallery panel (based on MinItemsInRow)
|
|
GetItemSize ( ) : |
Determinates item's size (return Size.Empty in case of it is not possible)
|
Method | Description | |
---|---|---|
ArrangeOverride ( System finalSize ) : |
When overridden in a derived class, positions child elements and determines a size for a derived class.
|
|
GetVisualChild ( int index ) : Visual |
Overrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements.
|
|
MeasureOverride ( System availableSize ) : |
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the derived class.
|
|
OnVisualChildrenChanged ( |
Invoked when the VisualCollection of a visual object is modified.
|
Method | Description | |
---|---|---|
GetPropertyValueAsString ( object item ) : string | ||
Invalidate ( ) : void | ||
InvalidateArrangeRecursive ( UIElement visual ) : void | ||
InvalidateMeasureRecursive ( UIElement visual ) : void | ||
OnFilterChanged ( |
||
OnGroupByChanged ( |
||
OnIsGroupedChanged ( |
||
OnItemContainerGeneratorChanged ( |
||
Refresh ( ) : void | ||
RefreshDispatchered ( ) : void |
protected ArrangeOverride ( System finalSize ) : |
||
finalSize | System | The final area within the parent that this /// element should use to arrange itself and its children. |
return |
public GetActualMinWidth ( int minItemsInRow ) : double | ||
minItemsInRow | int | |
return | double |
protected GetVisualChild ( int index ) : Visual | ||
index | int | The zero-based index of the requested /// child element in the collection |
return | Visual |
protected MeasureOverride ( System availableSize ) : |
||
availableSize | System | The available size that this element can give /// to child elements. Infinity can be specified as a value to indicate that /// the element will size to whatever content is available. |
return |
protected OnVisualChildrenChanged ( |
||
visualAdded | The Visual that was added to the collection. | |
visualRemoved | The Visual that was removed from the collection. | |
return | void |
public static DependencyProperty,System.Windows FilterProperty | ||
return |
public static DependencyProperty,System.Windows GroupByProperty | ||
return |
public static DependencyProperty,System.Windows GroupStyleProperty | ||
return |
public static DependencyProperty,System.Windows IsGroupedProperty | ||
return |
public static DependencyProperty,System.Windows ItemContainerGeneratorProperty | ||
return |
public static DependencyProperty,System.Windows ItemHeightProperty | ||
return |
public static DependencyProperty,System.Windows ItemWidthProperty | ||
return |
public static DependencyProperty,System.Windows MaxItemsInRowProperty | ||
return |
public static DependencyProperty,System.Windows MinItemsInRowProperty | ||
return |