C# Class RedBadger.Xpf.Controls.ItemsControl

ItemsControl allows you to represent a collection of items and provides scaffolding to generate the UI for each item.
Inheritance: Control
Afficher le fichier Open project: redbadger/XPF Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemTemplateProperty IElement>>.ReactiveProperty
ItemsPanelProperty ReactiveProperty
ItemsSourceProperty ReactiveProperty

Méthodes publiques

Méthode Description
GetVisualChildren ( ) : IEnumerable
ItemsControl ( ) : System

Initializes a new instance of the ItemsControl class.

OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size

Private Methods

Méthode Description
ItemsPanelChanged ( IReactiveObject source, ReactivePropertyChangeEventArgs change ) : void
ItemsSourceChanged ( IReactiveObject source, ReactivePropertyChangeEventArgs change ) : void
OnNextItemChange ( EventPattern eventData ) : void
PopulatePanelFromItemsSource ( ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize Size
Résultat Size

GetVisualChildren() public méthode

public GetVisualChildren ( ) : IEnumerable
Résultat IEnumerable

ItemsControl() public méthode

Initializes a new instance of the ItemsControl class.
public ItemsControl ( ) : System
Résultat System

MeasureOverride() protected méthode

protected MeasureOverride ( Size availableSize ) : Size
availableSize Size
Résultat Size

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

Property Details

ItemTemplateProperty public_oe static_oe property

ItemTemplate Reactive Property.
public static ReactiveProperty> ItemTemplateProperty
Résultat IElement>>.ReactiveProperty

ItemsPanelProperty public_oe static_oe property

ItemsPanel Reactive Property.
public static ReactiveProperty ItemsPanelProperty
Résultat ReactiveProperty

ItemsSourceProperty public_oe static_oe property

ItemsSource Reactive Property.
public static ReactiveProperty ItemsSourceProperty
Résultat ReactiveProperty