C# Class Fluent.Gallery

Inheritance: System.Windows.Controls.ListBox
Exibir arquivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
GroupByProperty System.Windows.DependencyProperty
HasFilterProperty System.Windows.DependencyProperty
IsLastItemProperty System.Windows.DependencyProperty
IsLastItemPropertyKey System.Windows.DependencyPropertyKey
ItemHeightProperty System.Windows.DependencyProperty
ItemWidthProperty System.Windows.DependencyProperty
MaxItemsInRowProperty System.Windows.DependencyProperty
MinItemsInRowProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty
SelectableProperty DependencyProperty
SelectedFilterGroupsProperty DependencyProperty
SelectedFilterProperty DependencyProperty
SelectedFilterTitleProperty DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject

Creates or identifies the element that is used to display the given item.

IsItemItsOwnContainerOverride ( object item ) : bool

Determines if the specified item is (or is eligible to be) its own container.

Private Methods

Method Description
CoerceSelectedFilter ( DependencyObject d, object basevalue ) : object
CoerceSelectedItem ( DependencyObject d, object basevalue ) : object
Gallery ( ) : System
GetFilterMenuItem ( Fluent.GalleryGroupFilter filter ) : MenuItem
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnFilterChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnFilterCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnFilterMenuItemClick ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnSelectableChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetContainerForItemOverride() protected method

Creates or identifies the element that is used to display the given item.
protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

IsItemItsOwnContainerOverride() protected method

Determines if the specified item is (or is eligible to be) its own container.
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object The item to check.
return bool

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
public OnApplyTemplate ( ) : void
return void

Property Details

GroupByProperty public_oe static_oe property

Using a DependencyProperty as the backing store for GroupBy. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows GroupByProperty
return System.Windows.DependencyProperty

HasFilterProperty public_oe static_oe property

Using a DependencyProperty as the backing store for HasFilter. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HasFilterProperty
return System.Windows.DependencyProperty

IsLastItemProperty public_oe static_oe property

Using a DependencyProperty as the backing store for IsLastItem. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsLastItemProperty
return System.Windows.DependencyProperty

IsLastItemPropertyKey public_oe static_oe property

Using a DependencyProperty as the backing store for IsLastItem. This enables animation, styling, binding, etc...
public static DependencyPropertyKey,System.Windows IsLastItemPropertyKey
return System.Windows.DependencyPropertyKey

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
return 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
return System.Windows.DependencyProperty

MaxItemsInRowProperty public_oe static_oe property

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

MinItemsInRowProperty public_oe static_oe property

Using a DependencyProperty as the backing store for MinItemsInRow. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows MinItemsInRowProperty
return 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
return System.Windows.DependencyProperty

SelectableProperty public_oe static_oe property

Using a DependencyProperty as the backing store for Selectable. This enables animation, styling, binding, etc...
public static DependencyProperty SelectableProperty
return DependencyProperty

SelectedFilterGroupsProperty public_oe static_oe property

Using a DependencyProperty as the backing store for SelectedFilterGroups. This enables animation, styling, binding, etc...
public static DependencyProperty SelectedFilterGroupsProperty
return DependencyProperty

SelectedFilterProperty public_oe static_oe property

Using a DependencyProperty as the backing store for SelectedFilter. This enables animation, styling, binding, etc...
public static DependencyProperty SelectedFilterProperty
return DependencyProperty

SelectedFilterTitleProperty public_oe static_oe property

Using a DependencyProperty as the backing store for SelectedFilterTitle. This enables animation, styling, binding, etc...
public static DependencyProperty SelectedFilterTitleProperty
return DependencyProperty